Package | Description |
---|---|
org.codehaus.mojo.jaxb2 |
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
|
org.codehaus.mojo.jaxb2.shared.environment | |
org.codehaus.mojo.jaxb2.shared.environment.classloading | |
org.codehaus.mojo.jaxb2.shared.environment.locale | |
org.codehaus.mojo.jaxb2.shared.environment.logging | |
org.codehaus.mojo.jaxb2.shared.environment.sysprops |
Modifier and Type | Field and Description |
---|---|
protected List<EnvironmentFacet> |
AbstractJaxbMojo.extraFacets
Defines a set of extra EnvironmentFacet instances which are used to further configure the
ToolExecutionEnvironment used by this plugin to fire XJC or SchemaGen.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogAwareFacet
Abstract EnvironmentFacet which sports a non-null Maven Log for use by subclasses.
|
class |
ToolExecutionEnvironment
Compound EnvironmentFacet implementation which is used to set up and use a collection
of other EnvironmentFacet instances during the run of the JAXB2 Maven Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
ToolExecutionEnvironment.add(EnvironmentFacet facet)
Adds the supplied EnvironmentFacet to this ToolExecutionEnvironment.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextClassLoaderEnvironmentFacet
Adapter converting a ThreadContextClassLoaderHolder to the standard lifecycle
defined within the EnvironmentFacet.
|
Modifier and Type | Class and Description |
---|---|
class |
LocaleFacet
EnvironmentFacet implementation which alters the default Locale for the
remainder of the tool execution.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingHandlerEnvironmentFacet
EnvironmentFacet for replacing Handlers from Java Util Logging with a Maven Log.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemPropertyChangeEnvironmentFacet
EnvironmentFacet which changes
system property key and two values (original and new values).
|
Copyright © 2005–2015 MojoHaus. All rights reserved.