|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.Options
com.sun.tools.xjc.Driver.OptionsEx
static class Driver.OptionsEx
Command-line arguments processor.
This class contains options that only make sense for the command line interface.
Field Summary | |
---|---|
protected com.sun.tools.xjc.Driver.Mode |
mode
Operation mode. |
boolean |
noNS
A switch that determines the behavior in the BGM mode. |
Fields inherited from class com.sun.tools.xjc.Options |
---|
activePlugins, allPlugins, classNameAllocator, classpaths, compatibilityMode, debugMode, defaultPackage, defaultPackage2, entityResolver, EXTENSION, packageLevelAnnotations, pluginURIs, quiet, readOnly, STRICT, strictCheck, targetDir, verbose |
Constructor Summary | |
---|---|
Driver.OptionsEx()
|
Method Summary | |
---|---|
protected int |
parseArgument(java.lang.String[] args,
int i)
Parse XJC-specific options. |
Methods inherited from class com.sun.tools.xjc.Options |
---|
addBindFile, addCatalog, addGrammar, addGrammar, addGrammarRecursive, getBindFiles, getBuildID, getGrammars, getSchemaLanguage, getUserClassLoader, guessSchemaLanguage, parseArguments, setSchemaLanguage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected com.sun.tools.xjc.Driver.Mode mode
public boolean noNS
Constructor Detail |
---|
Driver.OptionsEx()
Method Detail |
---|
protected int parseArgument(java.lang.String[] args, int i) throws BadCommandLineException
parseArgument
in class Options
BadCommandLineException
- If the callee wants to provide a custom message for an error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |