Package 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
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDisableXmlSecurity()
void
parseArguments(String[] args)
-
-
-
Method Detail
-
parseArguments
public void parseArguments(String[] args) throws BadCommandLineException
- Throws:
BadCommandLineException
-
isDisableXmlSecurity
public boolean isDisableXmlSecurity()
- Returns:
- the disableXmlSecurity
-
-