Package org.jvnet.jaxb2.maven2
Class OptionsConfiguration
- java.lang.Object
-
- org.jvnet.jaxb2.maven2.OptionsConfiguration
-
public class OptionsConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description OptionsConfiguration(String encoding, String schemaLanguage, List<InputSource> grammars, List<InputSource> bindFiles, EntityResolver entityResolver, String generatePackage, File generateDirectory, boolean readOnly, boolean packageLevelAnnotations, boolean noFileHeader, boolean enableIntrospection, boolean disableXmlSecurity, String accessExternalSchema, String accessExternalDTD, boolean enableExternalEntityProcessing, boolean contentForWildcard, boolean extension, boolean strict, boolean verbose, boolean debugMode, List<String> arguments, List<URL> plugins, String specVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessExternalDTD()StringgetAccessExternalSchema()List<String>getArguments()List<InputSource>getBindFiles()StringgetEncoding()EntityResolvergetEntityResolver()FilegetGenerateDirectory()StringgetGeneratePackage()List<InputSource>getGrammars()List<URL>getPlugins()StringgetSchemaLanguage()StringgetSpecVersion()booleanisContentForWildcard()booleanisDebugMode()booleanisDisableXmlSecurity()booleanisEnableExternalEntityProcessing()booleanisEnableIntrospection()booleanisExtension()booleanisNoFileHeader()booleanisPackageLevelAnnotations()booleanisReadOnly()booleanisStrict()booleanisVerbose()StringtoString()
-
-
-
Constructor Detail
-
OptionsConfiguration
public OptionsConfiguration(String encoding, String schemaLanguage, List<InputSource> grammars, List<InputSource> bindFiles, EntityResolver entityResolver, String generatePackage, File generateDirectory, boolean readOnly, boolean packageLevelAnnotations, boolean noFileHeader, boolean enableIntrospection, boolean disableXmlSecurity, String accessExternalSchema, String accessExternalDTD, boolean enableExternalEntityProcessing, boolean contentForWildcard, boolean extension, boolean strict, boolean verbose, boolean debugMode, List<String> arguments, List<URL> plugins, String specVersion)
-
-
Method Detail
-
getEncoding
public String getEncoding()
-
getSchemaLanguage
public String getSchemaLanguage()
-
getGrammars
public List<InputSource> getGrammars()
-
getBindFiles
public List<InputSource> getBindFiles()
-
getEntityResolver
public EntityResolver getEntityResolver()
-
getGeneratePackage
public String getGeneratePackage()
-
getGenerateDirectory
public File getGenerateDirectory()
-
isReadOnly
public boolean isReadOnly()
-
isPackageLevelAnnotations
public boolean isPackageLevelAnnotations()
-
isNoFileHeader
public boolean isNoFileHeader()
-
isEnableIntrospection
public boolean isEnableIntrospection()
-
isDisableXmlSecurity
public boolean isDisableXmlSecurity()
-
getAccessExternalSchema
public String getAccessExternalSchema()
-
getAccessExternalDTD
public String getAccessExternalDTD()
-
isEnableExternalEntityProcessing
public boolean isEnableExternalEntityProcessing()
-
isContentForWildcard
public boolean isContentForWildcard()
-
isExtension
public boolean isExtension()
-
isStrict
public boolean isStrict()
-
isVerbose
public boolean isVerbose()
-
isDebugMode
public boolean isDebugMode()
-
getSpecVersion
public String getSpecVersion()
-
-