Uses of Class
org.codehaus.mojo.jaxb2.shared.environment.AbstractLogAwareFacet
-
-
Uses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment
Subclasses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment Modifier and Type Class Description 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. -
Uses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.classloading
Subclasses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.classloading Modifier and Type Class Description classContextClassLoaderEnvironmentFacetAdapter converting a ThreadContextClassLoaderHolder to the standard lifecycle defined within the EnvironmentFacet. -
Uses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.locale
Subclasses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.locale Modifier and Type Class Description classLocaleFacetEnvironmentFacet implementation which alters the default Locale for the remainder of the tool execution. -
Uses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.logging
Subclasses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.logging Modifier and Type Class Description classLoggingHandlerEnvironmentFacetEnvironmentFacet for replacing Handlers from Java Util Logging with a Maven Log. -
Uses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.sysprops
Subclasses of AbstractLogAwareFacet in org.codehaus.mojo.jaxb2.shared.environment.sysprops 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.
-