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 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. -
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 class
ContextClassLoaderEnvironmentFacet
Adapter 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 class
LocaleFacet
EnvironmentFacet 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 class
LoggingHandlerEnvironmentFacet
EnvironmentFacet 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 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.
-