| Package | Description | 
|---|---|
| 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. 
 | 
| org.apache.commons.weaver.spi | 
 Defines the weaver module service provider interface (SPI). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Normalizer.normalize(Scanner scanner)
Normalize the classes found using the specified  
Scanner. | 
boolean | 
NormalizerWeaver.process(WeaveEnvironment environment,
       Scanner scanner)
Using the supplied  
Scanner, process a WeaveEnvironment. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PrivilizerCleaner.clean(WeaveEnvironment environment,
     Scanner scanner)  | 
boolean | 
PrivilizerWeaver.process(WeaveEnvironment weaveEnvironment,
       Scanner scanner)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Cleaner.clean(WeaveEnvironment environment,
     Scanner scanner)
Using the supplied  
Scanner, clean a WeaveEnvironment. | 
boolean | 
Weaver.process(WeaveEnvironment environment,
       Scanner scanner)
Using the supplied  
Scanner, process a WeaveEnvironment. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.