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 java.util.List<EnvironmentFacet>AbstractJaxbMojo. extraFacetsDefines 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 classAbstractLogAwareFacetAbstract EnvironmentFacet which sports a non-null Maven Log for use by subclasses.classToolExecutionEnvironmentCompound EnvironmentFacet implementation which is used to set up and use a collection of other EnvironmentFacet instances during the run of the JAXB2 Maven Plugin.Fields in org.codehaus.mojo.jaxb2.shared.environment with type parameters of type EnvironmentFacet Modifier and Type Field Description private java.util.List<EnvironmentFacet>ToolExecutionEnvironment. extraFacetsMethods in org.codehaus.mojo.jaxb2.shared.environment with parameters of type EnvironmentFacet Modifier and Type Method Description voidToolExecutionEnvironment. 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 classContextClassLoaderEnvironmentFacetAdapter 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 classLocaleFacetEnvironmentFacet 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 classLoggingHandlerEnvironmentFacetEnvironmentFacet 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 classSystemPropertyChangeEnvironmentFacetEnvironmentFacet which changes the value of a system property for the duration of executing a tool.classSystemPropertySaveEnvironmentFacetEnvironmentFacet which saves the value of a system property for the duration of executing a tool.
-