A B C D E F G H I N O P Q R S T V W X

A

AbstractSchemagenMojo - Class in org.codehaus.mojo.jaxb2
 
AbstractSchemagenMojo() - Constructor for class org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
 
AbstractXjcMojo - Class in org.codehaus.mojo.jaxb2
Abstract class for for parsing xsd and binding resources to produce a corresponding object model based on the JAXB Xjc parsing engine
AbstractXjcMojo() - Constructor for class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
addCompileSourceRoot(MavenProject) - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
addCompileSourceRoot(MavenProject) - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
addCompileSourceRoot(MavenProject) - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
addResource(MavenProject, Resource) - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
addResource(MavenProject, Resource) - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
addResource(MavenProject, Resource) - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
arguments - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Space separated string of extra arguments, for instance -Xfluent-api -episode somefile; These will be passed on to XJC as "-Xfluent-api" "-episode" "somefile" options.

B

bindingFiles - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
List of files to use for bindings, comma delimited.

C

catalog - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Catalog file to resolve external entity references support TR9401, XCatalog, and OASIS XML Catalog format.
clearOutputDir - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Clears the output directory on each run.
copyXSDs() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 

D

dtd - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Treat input schemas as XML DTD (experimental, unsupported).

E

execute() - Method in class org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
 
execute() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
execute() - Method in class org.codehaus.mojo.jaxb2.HelpMojo
explicitAnnotation - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Allow generation of explicit annotations that are needed for JAXB2 to work on RetroTranslator.
extension - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Allow to use the JAXB Vendor Extensions.

F

failOnNoSchemas - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Fails the mojo if no schemas are found.

G

generatedResourcesDirectory - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
The optional directory where generated resources can be placed, generated by addons/plugins.
getBindingDirectory() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
getBindingDirectory() - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
getBindingDirectory() - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
getBindingFiles() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Returns a file array of xjb files to translate to object models.
getClasspathElements(MavenProject) - Method in class org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
 
getClasspathElements(MavenProject) - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
getClasspathElements(MavenProject) - Method in class org.codehaus.mojo.jaxb2.SchemagenMojo
 
getClasspathElements(MavenProject) - Method in class org.codehaus.mojo.jaxb2.TestSchemagenMojo
 
getClasspathElements(MavenProject) - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
getClasspathElements(MavenProject) - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
getCompileSourceRoots() - Method in class org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
 
getCompileSourceRoots() - Method in class org.codehaus.mojo.jaxb2.SchemagenMojo
 
getCompileSourceRoots() - Method in class org.codehaus.mojo.jaxb2.TestSchemagenMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.jaxb2.SchemagenMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.jaxb2.TestSchemagenMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
getSchemaDirectory() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
getSchemaDirectory() - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
getSchemaDirectory() - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
getSchemasFromFileListing(List<URL>) - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
getSchemasFromFileListing gets all the entries in the given schemaListFileName and adds them to the list of files to send to xjc
getStaleFile() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
 
getStaleFile() - Method in class org.codehaus.mojo.jaxb2.TestXjcMojo
 
getStaleFile() - Method in class org.codehaus.mojo.jaxb2.XjcMojo
 
getXSDFiles() - Method in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Returns a file array of xsd files to translate to object models.

H

HelpMojo - Class in org.codehaus.mojo.jaxb2
Display help information on jaxb2-maven-plugin.
Call
HelpMojo() - Constructor for class org.codehaus.mojo.jaxb2.HelpMojo
 
httpproxy - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Set HTTP/HTTPS proxy.

I

includeSchemasOutputPath - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
The output path to include in your jar/war/etc if you wish to include your schemas in your artifact.

N

NoSchemasException - Exception in org.codehaus.mojo.jaxb2
 
NoSchemasException() - Constructor for exception org.codehaus.mojo.jaxb2.NoSchemasException
 
npa - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Suppress generation of package level annotations (package-info.java).
nv - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Do not perform strict validation of the input schema(s).

O

org.codehaus.mojo.jaxb2 - package org.codehaus.mojo.jaxb2
 

P

packageName - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
The package in which the source files will be generated.

Q

quiet - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Suppress compiler output.

R

readOnly - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Generated files will be in read-only mode.
relaxng - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Treat input schemas as RELAX NG (experimental, unsupported).
relaxngCompact - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Treat input as RELAX NG compact syntax (experimental,unsupported).

S

schemaFiles - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
List of files to use for schemas, comma delimited.
SchemagenMojo - Class in org.codehaus.mojo.jaxb2
Creates XML Schema file(s) for sources.
SchemagenMojo() - Constructor for class org.codehaus.mojo.jaxb2.SchemagenMojo
 
schemaListFileName - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
A filename containing the list of files to use for schemas, comma delimited.

T

target - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Avoid generating code that relies on any current JAXB 2.x features.
TestSchemagenMojo - Class in org.codehaus.mojo.jaxb2
Creates XML Schema file(s) for test sources.
TestSchemagenMojo() - Constructor for class org.codehaus.mojo.jaxb2.TestSchemagenMojo
 
TestXjcMojo - Class in org.codehaus.mojo.jaxb2
Generates Java test sources from XML Schema(s) and binding file(s) using the JAXB Binding Compiler (XJC).
TestXjcMojo() - Constructor for class org.codehaus.mojo.jaxb2.TestXjcMojo
 

V

verbose - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Be extra verbose.

W

wsdl - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Treat input as WSDL and compile schemas inside it (experimental,unsupported).

X

XjcMojo - Class in org.codehaus.mojo.jaxb2
Generates Java sources from XML Schema(s) and binding file(s) using the JAXB Binding Compiler (XJC).
XjcMojo() - Constructor for class org.codehaus.mojo.jaxb2.XjcMojo
 
xmlschema - Variable in class org.codehaus.mojo.jaxb2.AbstractXjcMojo
Treat input as W3C XML Schema (default).

A B C D E F G H I N O P Q R S T V W X

Copyright © 2005-2011 Codehaus. All Rights Reserved.