- generateCode(Model) - Method in class org.jvnet.mjiip.v_2_2.XJC22Mojo
-
- GET_FILE - Static variable in class org.jvnet.jaxb2.maven2.util.ArtifactUtils
-
- GET_URL - Static variable in class org.jvnet.jaxb2.maven2.util.IOUtils
-
- getAddCompileSourceRoot() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getAddTestCompileSourceRoot() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getArgs() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of extra XJC's command-line arguments (items must include the dash
'-').
- getArguments() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getArguments() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
Returns array of command line arguments for XJC.
- getArtifactFactory() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getArtifactMetadataSource() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getArtifactResolver() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getBindFiles() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getBindingDirectory() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
The source directory containing the *.xjb binding files.
- getBindingExcludes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of regular expression file search patterns to specify the binding
files to be excluded from the bindingIncludes
.
- getBindingFiles() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getBindingIncludes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of regular expression file search patterns to specify the binding
files to be processed.
- getBindings() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of binding resources which could includes file sets, URLs, Maven
artifact resources.
- getBindings() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getBindingUrls() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
*************************************************************************
*
- getBuildContext() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getCatalog() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Specify the catalog file to resolve external entity references (xjc's
-catalog option)
- getCatalogResolver() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Provides the class name of the catalog resolver.
- getCatalogResolver() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getCatalogs() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of catalog resources which could includes file sets, URLs, Maven
artifact resources.
- getCatalogs() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getCatalogUrls() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getClasspathElements() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Project classpath.
- getCleanPackageDirectories() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', package directories will be cleaned before the XJC binding
compiler generates the source files.
- getDebug() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', the XJC compiler is set to debug mode (xjc's -debug option).
- getDependencyResource() - Method in class org.jvnet.jaxb2.maven2.ResourceEntry
-
- getDependsFiles() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getDisableDefaultExcludes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', maven's default exludes are NOT added to all the excludes
lists.
- getEncoding() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Encoding for the generated sources, defaults to
${project.build.sourceEncoding}.
- getEncoding() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getEpisode() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getEpisodeArtifacts() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getEpisodeFile() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getEpisodeFiles() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getEpisodes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getExtension() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', the XJC binding compiler will run in the extension mode (xjc's
-extension option).
- getFiles(Collection<Artifact>) - Static method in class org.jvnet.jaxb2.maven2.util.ArtifactUtils
-
- getFileset() - Method in class org.jvnet.jaxb2.maven2.ResourceEntry
-
- getForceRegenerate() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', no up-to-date check is performed and the XJC always
re-generates the sources.
- getGenerateDirectory() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Generated code will be written under this directory.
- getGenerateDirectory() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getGeneratePackage() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
The generated classes will all be placed under this Java package (xjc's
-p option), unless otherwise specified in the schemas.
- getGeneratePackage() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getGrammars() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getInputSource(File) - Static method in class org.jvnet.jaxb2.maven2.util.IOUtils
-
Creates an input source for the given file.
- getInputSource(URL) - Static method in class org.jvnet.jaxb2.maven2.util.IOUtils
-
- getLocalRepository() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getMavenProjectBuilder() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Artifact factory, needed to download source jars.
- getOptionsFactory() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getOptionsFactory() - Method in class org.jvnet.mjiip.v_2_2.XJC22Mojo
-
- getOtherDepends() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of of input files or URLs to consider during the up-to-date.
- getPluginArtifacts() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getPlugins() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
XJC plugins to be made available to XJC.
- getPlugins() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getProduces() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getProducesFiles() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getProject() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getReadOnly() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', the generated Java source files are set as read-only (xjc's
-readOnly option).
- getRemoveOldOutput() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', the [generateDirectory] dir will be deleted before the XJC
binding compiler recompiles the source files.
- getResolvedEntity(String, String) - Method in class org.jvnet.jaxb2.maven2.resolver.tools.ClasspathCatalogResolver
-
- getResolvedEntity(String, String) - Method in class org.jvnet.jaxb2.maven2.resolver.tools.MavenCatalogResolver
-
- getResource() - Method in class org.jvnet.jaxb2.maven2.DependencyResource
-
- getSchemaDirectory() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
The source directory containing *.xsd schema files.
- getSchemaExcludes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of regular expression file search patterns to specify the schemas
to be excluded from the schemaIncludes
list.
- getSchemaFiles() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getSchemaIncludes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of regular expression file search patterns to specify the schemas
to be processed.
- getSchemaLanguage() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
Type of input schema language.
- getSchemaLanguage() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getSchemas() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
A list of schema resources which could includes file sets, URLs, Maven
artifact resources.
- getSchemas() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getSchemaUrls() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getSpecVersion() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getSpecVersion() - Method in class org.jvnet.jaxb2.maven2.OptionsConfiguration
-
- getStrict() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', Perform strict validation of the input schema (xjc's -nv
option).
- getUrl() - Method in class org.jvnet.jaxb2.maven2.ResourceEntry
-
- getUseDependenciesAsEpisodes() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
- getVerbose() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'true', the plugin and the XJC compiler are both set to verbose mode
(xjc's -verbose option).
- getWriteCode() - Method in class org.jvnet.jaxb2.maven2.AbstractXJC2Mojo
-
If 'false', the plugin will not write the generated code to disk.
- getXjcPluginArtifacts() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getXjcPluginFiles() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- getXjcPluginURLs() - Method in class org.jvnet.jaxb2.maven2.RawXJC2Mojo
-
- GT - Static variable in class org.jvnet.jaxb2.maven2.util.CollectionUtils
-
- gt() - Static method in class org.jvnet.jaxb2.maven2.util.CollectionUtils
-