| |
|
| java.lang.Object com.triactive.jdo.enhance.Enhancer com.triactive.jdo.enhance.SunReferenceEnhancer
SunReferenceEnhancer | public class SunReferenceEnhancer extends Enhancer (Code) | | This is an implementation of the Enhancer that wraps Sun's JDO Reference
Implementation class endhancer.
version: $Revision: 1.6 $ |
Method Summary | |
protected int | callExternalEnhancer(String[] classNames) This method accepts a list of jdo files that should be enhanced by
the Sun Reference Implementation enhancer. | public static void | main(String[] args) Called when the class is invoked from the command line.
Parameters: args - A list of JDO metadata files (*.jdo files). |
callExternalEnhancer | protected int callExternalEnhancer(String[] classNames) throws Exception(Code) | | This method accepts a list of jdo files that should be enhanced by
the Sun Reference Implementation enhancer.
Parameters: classNames - The list of class names to be enhanced |
main | public static void main(String[] args) throws Exception(Code) | | Called when the class is invoked from the command line.
Parameters: args - A list of JDO metadata files (*.jdo files). The list may optionallybe prefixed by a -l flag followed by the name of a file to whichthe list of enhanced classes will be written to. The -d argumentis also accepted to specify the destination directory to write theclass files to. The -v flag makes the enhancer run with verboseoutput. |
|
|
|