com.sun.tools.jxc.ap
Class Options
java.lang.Object
com.sun.tools.jxc.ap.Options
public class Options
- extends Object
This stores the invocation configuration for
SchemaGenerator
- Author:
- Bhakti Mehta
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISABLE_XML_SECURITY
public static final String DISABLE_XML_SECURITY
- See Also:
- Constant Field Values
classpath
public String classpath
targetDir
public File targetDir
episodeFile
public File episodeFile
encoding
public String encoding
arguments
public final List<String> arguments
Options
public Options()
parseArguments
public void parseArguments(String[] args)
throws BadCommandLineException
- Throws:
BadCommandLineException
isDisableXmlSecurity
public boolean isDisableXmlSecurity()
- Returns:
- the disableXmlSecurity
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.