Package org.apache.xmlbeans.impl.tool
Class Parameters
java.lang.Object
org.apache.xmlbeans.impl.tool.Parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFile[]
File[]
File[]
getName()
URL[]
File[]
File[]
boolean
boolean
isDebug()
boolean
boolean
boolean
isNoAnn()
boolean
isNoExt()
boolean
boolean
isNoPvr()
boolean
isNoUpa()
boolean
isNoVDoc()
boolean
isQuiet()
boolean
void
setBaseDir
(File baseDir) void
setCatalogFile
(String catalogPropFile) void
setClassesDir
(File classesDir) void
setClasspath
(File... classpath) void
setCompiler
(String compiler) void
setConfigFiles
(File... configFiles) void
setCopyAnn
(boolean newCopyAnn) void
setDebug
(boolean debug) void
setDownload
(boolean download) void
setEntityResolver
(EntityResolver entityResolver) void
setErrorListener
(Collection<XmlError> errorListener) void
setExtensions
(List<Extension> extensions) void
setIncrementalSrcGen
(boolean incrSrcGen) void
setJavaFiles
(File... javaFiles) void
setMdefNamespaces
(Set<String> mdefNamespaces) void
setMemoryInitialSize
(String memoryInitialSize) void
setMemoryMaximumSize
(String memoryMaximumSize) void
void
setNoAnn
(boolean noAnn) void
setNoExt
(boolean newNoExt) void
setNojavac
(boolean nojavac) void
setNoPvr
(boolean noPvr) void
setNoUpa
(boolean noUpa) void
setNoVDoc
(boolean newNoVDoc) void
setOutputJar
(File outputJar) void
setPartialMethods
(Set<XmlOptions.BeanMethod> partialMethods) void
setQuiet
(boolean quiet) void
setRepackage
(String newRepackage) void
setSchemaCodePrinter
(SchemaCodePrinter schemaCodePrinter) void
void
setUrlFiles
(URL... urlFiles) void
setVerbose
(boolean verbose) void
setWsdlFiles
(File... wsdlFiles) void
setXsdFiles
(File... xsdFiles)
-
Constructor Details
-
Parameters
public Parameters()
-
-
Method Details
-
getBaseDir
-
setBaseDir
-
getXsdFiles
-
setXsdFiles
-
getWsdlFiles
-
setWsdlFiles
-
getJavaFiles
-
setJavaFiles
-
getConfigFiles
-
setConfigFiles
-
getUrlFiles
-
setUrlFiles
-
getClasspath
-
setClasspath
-
getOutputJar
-
setOutputJar
-
getName
-
setName
-
getSrcDir
-
setSrcDir
-
getClassesDir
-
setClassesDir
-
isNojavac
public boolean isNojavac() -
setNojavac
public void setNojavac(boolean nojavac) -
isQuiet
public boolean isQuiet() -
setQuiet
public void setQuiet(boolean quiet) -
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
isDownload
public boolean isDownload() -
setDownload
public void setDownload(boolean download) -
isNoUpa
public boolean isNoUpa() -
setNoUpa
public void setNoUpa(boolean noUpa) -
isNoPvr
public boolean isNoPvr() -
setNoPvr
public void setNoPvr(boolean noPvr) -
isNoAnn
public boolean isNoAnn() -
setNoAnn
public void setNoAnn(boolean noAnn) -
isNoVDoc
public boolean isNoVDoc() -
setNoVDoc
public void setNoVDoc(boolean newNoVDoc) -
isNoExt
public boolean isNoExt() -
setNoExt
public void setNoExt(boolean newNoExt) -
isIncrementalSrcGen
public boolean isIncrementalSrcGen() -
setIncrementalSrcGen
public void setIncrementalSrcGen(boolean incrSrcGen) -
isDebug
public boolean isDebug() -
setDebug
public void setDebug(boolean debug) -
getMemoryInitialSize
-
setMemoryInitialSize
-
getMemoryMaximumSize
-
setMemoryMaximumSize
-
getCompiler
-
setCompiler
-
getErrorListener
-
setErrorListener
-
getRepackage
-
setRepackage
-
isCopyAnn
public boolean isCopyAnn() -
setCopyAnn
public void setCopyAnn(boolean newCopyAnn) -
getExtensions
-
setExtensions
-
getMdefNamespaces
-
setMdefNamespaces
-
getCatalogFile
-
setCatalogFile
-
getSchemaCodePrinter
-
setSchemaCodePrinter
-
getEntityResolver
-
setEntityResolver
-
getPartialMethods
-
setPartialMethods
-