Package com.sun.tools.jxc.ap
Class Options
- java.lang.Object
-
- com.sun.tools.jxc.ap.Options
-
public class Options extends java.lang.Object
This stores the invocation configuration for SchemaGenerator- Author:
- Bhakti Mehta
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>
arguments
java.lang.String
classpath
static java.lang.String
DISABLE_XML_SECURITY
java.lang.String
encoding
java.io.File
episodeFile
java.io.File
targetDir
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDisableXmlSecurity()
void
parseArguments(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
-
-