Searched defs:enhanced (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/
H A DMain.java705 boolean enhanced = this.enhancer.enhanceClassFile (in, wrapper);
707 createOutputFile (enhanced, createClassFileName (wrapper.getClassName ()), temp);
740 boolean enhanced = ByteCodeEnhancerHelper.enhanceZipFile (this.enhancer, in, out);
745 createOutputFile (enhanced, new File (filename).getName (), temp);
882 * enhanced file is written back depends on the command line options.
884 * @param enhanced Has the input file been enhanced?
891 private final void createOutputFile (boolean enhanced, argument
897 //noWrite or (not enhanced and not forceWrite)
898 if (this.cmdLineOpts.noWrite || ( ! enhanced
[all...]

Completed in 12 milliseconds