public class CodeGenUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_COMPILER |
static java.lang.String |
DEFAULT_JAR |
static java.lang.String |
DEFAULT_MEM_MAX |
static java.lang.String |
DEFAULT_MEM_START |
Constructor and Description |
---|
CodeGenUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
externalCompile(java.util.List srcFiles,
java.io.File outdir,
java.io.File[] cp,
boolean debug)
Deprecated.
|
static boolean |
externalCompile(java.util.List srcFiles,
java.io.File outdir,
java.io.File[] cp,
boolean debug,
java.lang.String javacPath,
java.lang.String memStart,
java.lang.String memMax,
boolean quiet,
boolean verbose) |
static boolean |
externalCompile(java.util.List srcFiles,
java.io.File outdir,
java.io.File[] cp,
boolean debug,
java.lang.String javacPath,
java.lang.String genver,
java.lang.String memStart,
java.lang.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 boolean |
externalJar(java.io.File srcdir,
java.io.File outfile)
Deprecated.
Use org.apache.xmlbeans.impl.common.JarHelper instead.
|
static boolean |
externalJar(java.io.File srcdir,
java.io.File outfile,
java.lang.String jarPath,
boolean quiet,
boolean verbose)
Deprecated.
Use org.apache.xmlbeans.impl.common.JarHelper instead.
|
static java.net.URI |
resolve(java.net.URI base,
java.net.URI child) |
static java.io.File[] |
systemClasspath() |
public static java.lang.String DEFAULT_MEM_START
public static java.lang.String DEFAULT_MEM_MAX
public static java.lang.String DEFAULT_COMPILER
public static java.lang.String DEFAULT_JAR
public static java.net.URI resolve(java.net.URI base, java.net.URI child)
public static boolean externalCompile(java.util.List srcFiles, java.io.File outdir, java.io.File[] cp, boolean debug)
GenFile
s for all of the classes produced or null if an
error occurred.public static boolean externalCompile(java.util.List srcFiles, java.io.File outdir, java.io.File[] cp, boolean debug, java.lang.String javacPath, java.lang.String memStart, java.lang.String memMax, boolean quiet, boolean verbose)
public static boolean externalCompile(java.util.List srcFiles, java.io.File outdir, java.io.File[] cp, boolean debug, java.lang.String javacPath, java.lang.String genver, java.lang.String memStart, java.lang.String memMax, boolean quiet, boolean verbose)
GenFile
s for all of the classes produced or null if an
error occurred.public static java.io.File[] systemClasspath()
public static boolean externalJar(java.io.File srcdir, java.io.File outfile)
public static boolean externalJar(java.io.File srcdir, java.io.File outfile, java.lang.String jarPath, boolean quiet, boolean verbose)
Copyright © 2010 - 2019 Adobe. All Rights Reserved