Uses of Interface
org.codehaus.mojo.jaxb2.shared.environment.EnvironmentFacet
-
Packages that use EnvironmentFacet 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 -
-
Uses of EnvironmentFacet in org.codehaus.mojo.jaxb2
Fields in org.codehaus.mojo.jaxb2 with type parameters of type EnvironmentFacet Modifier and Type Field 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. -
Uses of EnvironmentFacet in org.codehaus.mojo.jaxb2.shared.environment
Classes in org.codehaus.mojo.jaxb2.shared.environment that implement EnvironmentFacet Modifier and Type Class 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.Methods in org.codehaus.mojo.jaxb2.shared.environment with parameters of type EnvironmentFacet Modifier and Type Method Description void
ToolExecutionEnvironment. add(EnvironmentFacet facet)
Adds the supplied EnvironmentFacet to this ToolExecutionEnvironment. -
Uses of EnvironmentFacet in org.codehaus.mojo.jaxb2.shared.environment.classloading
Classes in org.codehaus.mojo.jaxb2.shared.environment.classloading that implement EnvironmentFacet Modifier and Type Class Description class
ContextClassLoaderEnvironmentFacet
Adapter converting a ThreadContextClassLoaderHolder to the standard lifecycle defined within the EnvironmentFacet. -
Uses of EnvironmentFacet in org.codehaus.mojo.jaxb2.shared.environment.locale
Classes in org.codehaus.mojo.jaxb2.shared.environment.locale that implement EnvironmentFacet Modifier and Type Class Description class
LocaleFacet
EnvironmentFacet implementation which alters the default Locale for the remainder of the tool execution. -
Uses of EnvironmentFacet in org.codehaus.mojo.jaxb2.shared.environment.logging
Classes in org.codehaus.mojo.jaxb2.shared.environment.logging that implement EnvironmentFacet Modifier and Type Class Description class
LoggingHandlerEnvironmentFacet
EnvironmentFacet for replacing Handlers from Java Util Logging with a Maven Log. -
Uses of EnvironmentFacet in org.codehaus.mojo.jaxb2.shared.environment.sysprops
Classes in org.codehaus.mojo.jaxb2.shared.environment.sysprops that implement EnvironmentFacet Modifier and Type Class Description class
SystemPropertyChangeEnvironmentFacet
EnvironmentFacet which changes the value of a system property for the duration of executing a tool.class
SystemPropertySaveEnvironmentFacet
EnvironmentFacet which saves the value of a system property for the duration of executing a tool.
-