| Package | Description | 
|---|---|
| org.apache.commons.weaver | 
 Defines the objects needed to perform filesystem-based weaving. 
 | 
| org.apache.commons.weaver.normalizer | 
 Implements the Normalizer weaver, whose purpose is to collapse identical
 anonymous class definitions into a single one. 
 | 
| org.apache.commons.weaver.privilizer | 
 Defines the Privilizer Weaver. 
 | 
| Constructor and Description | 
|---|
WeaveProcessor(List<String> classpath,
              File target,
              Properties configuration,
              Iterable<Weaver> providers)
Create a new  
WeaveProcessor instance. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NormalizerWeaver
The purpose of the normalizer module is to merge identical anonymous class definitions into a single type, thereby
 "normalizing" them and reducing their collective footprint on your archive and more importantly on your JVM. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrivilizerWeaver
Privilizer  
Weaver implementation. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.