com.tc.aspectwerkz.compiler |
|
Java Source File Name | Type | Comment |
AspectWerkzC.java | Class | AspectWerkzC allow for precompilation of class / jar / zip given a class preprocessor. |
AspectWerkzCTask.java | Class | AspectWerkzC offline Ant task.
Use the following parameters to configure the task:
- verbose: [optional] flag marking the weaver verbosity [true / false]
- details: [optional] flag marking the weaver verbosity on matching [true / false, requires verbose=true]
- genjp: [optional] flag marking the need to keep the generated jp classes [true / false]
- taskverbose: [optional] flag marking the task verbose [true / false]
- definition: [optional] path to aspect definition xml file (optional, can be found on the path as META-INF/aop.xml - even several)
- aspectmodels: [optional] models FQN list separated by ":" (see AspectModelManager)
Use the following parameters to configure the classpath and to point to the classes to be weaved. |
CompileException.java | Class | |
Utility.java | Class | Utility class providing file manipulation facilities. |
VerifierClassLoader.java | Class | VerifierClassLoader does not follow parent delegation model. |