Package org.apache.xmlbeans.impl.tool
Class CodeGenUtil
java.lang.Object
org.apache.xmlbeans.impl.tool.CodeGenUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanexternalCompile(List<File> srcFiles, File outdir, File[] cp, boolean debug) Deprecated.static booleanexternalCompile(List<File> srcFiles, File outdir, File[] cp, boolean debug, String javacPath, String memStart, String memMax, boolean quiet, boolean verbose) static booleanexternalCompile(List<File> srcFiles, File outdir, File[] cp, boolean debug, String javacPath, String genver, String memStart, String memMax, boolean quiet, boolean verbose) Invokes javac on the generated source files in order to turn them into binary files in the output directory.static URIstatic File[]
-
Field Details
-
DEFAULT_MEM_START
- See Also:
-
DEFAULT_MEM_MAX
- See Also:
-
DEFAULT_COMPILER
- See Also:
-
-
Constructor Details
-
CodeGenUtil
public CodeGenUtil()
-
-
Method Details
-
resolve
-
externalCompile
Deprecated.Invokes javac on the generated source files in order to turn them into binary files in the output directory. This will return a list ofGenFiles for all of the classes produced or null if an error occurred. -
externalCompile
-
externalCompile
public static boolean externalCompile(List<File> srcFiles, File outdir, File[] cp, boolean debug, String javacPath, String genver, String memStart, String memMax, boolean quiet, boolean verbose) Invokes javac on the generated source files in order to turn them into binary files in the output directory. This will return a list ofGenFiles for all of the classes produced or null if an error occurred. -
systemClasspath
-