Package com.sun.tools.jxc.ap
Class Options
- java.lang.Object
-
- com.sun.tools.jxc.ap.Options
-
public class Options extends java.lang.ObjectThis stores the invocation configuration for SchemaGenerator- Author:
- Bhakti Mehta
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>argumentsjava.lang.Stringclasspathstatic java.lang.StringDISABLE_XML_SECURITYjava.lang.Stringencodingjava.io.FileepisodeFilejava.io.FiletargetDir
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDisableXmlSecurity()voidparseArguments(java.lang.String[] args)
-
-
-
Field Detail
-
DISABLE_XML_SECURITY
public static final java.lang.String DISABLE_XML_SECURITY
- See Also:
- Constant Field Values
-
classpath
public java.lang.String classpath
-
targetDir
public java.io.File targetDir
-
episodeFile
public java.io.File episodeFile
-
encoding
public java.lang.String encoding
-
arguments
public final java.util.List<java.lang.String> arguments
-
-
Method Detail
-
parseArguments
public void parseArguments(java.lang.String[] args) throws BadCommandLineException- Throws:
BadCommandLineException
-
isDisableXmlSecurity
public boolean isDisableXmlSecurity()
- Returns:
- the disableXmlSecurity
-
-