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
public abstract class AbstractLogAwareFacet extends java.lang.Object implements EnvironmentFacet
Abstract EnvironmentFacet which sports a non-null Maven Log for use by subclasses.- Since:
- 2.1
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.plugin.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AbstractLogAwareFacet(org.apache.maven.plugin.logging.Log log)
Creates an AbstractLogAwareFacet wrapping the supplied, non-null Log.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.codehaus.mojo.jaxb2.shared.environment.EnvironmentFacet
restore, setup
-
-