Class AbstractLogAwareFacet
java.lang.Object
org.codehaus.mojo.jaxb2.shared.environment.AbstractLogAwareFacet
- All Implemented Interfaces:
EnvironmentFacet
- Direct Known Subclasses:
ContextClassLoaderEnvironmentFacet, LocaleFacet, LoggingHandlerEnvironmentFacet, SystemPropertyChangeEnvironmentFacet, SystemPropertySaveEnvironmentFacet, ToolExecutionEnvironment
Abstract EnvironmentFacet which sports a non-null Maven Log for use by subclasses.
- Since:
- 2.1
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractLogAwareFacet(org.apache.maven.plugin.logging.Log log) Creates an AbstractLogAwareFacet wrapping the supplied, non-null Log. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EnvironmentFacet
restore, setup
-
Field Details
-
log
protected org.apache.maven.plugin.logging.Log log
-
-
Constructor Details
-
AbstractLogAwareFacet
public AbstractLogAwareFacet(org.apache.maven.plugin.logging.Log log) Creates an AbstractLogAwareFacet wrapping the supplied, non-null Log.- Parameters:
log- The active Maven Log.
-