oracle.toplink.essentials.weaving |
|
Java Source File Name | Type | Comment |
StaticWeave.java | Class |
Description: This is the static weave command line processing class that verifies command options and invokes
StaticWeaveProcessor to statically weave the classes. |
StaticWeaveAntTask.java | Class |
Description: This is the static weave ant task definition class that verifies the value of specified attributes and invokes
StaticWeaveProcessor to weave classes.
Usage:
- Ensure the classpath contains all the classes necessary to load the classes in the source.
- The lib containing this weaving Ant task must be added into the classpath by using the -lib option on Ant command line instead of using the classpath attribute of the taskdef Ant task.
- Define weaving Ant task and Ant target by using following attributes:
source - specify source location.
|
StaticWeaveProcessor.java | Class |
Description: The StaticWeaveProcessor controls the static weaving process. |