org.codehaus.gmaven.feature.support
Class ComponentSupport
java.lang.Object
org.codehaus.gmaven.feature.support.ComponentSupport
- All Implemented Interfaces:
- Component
- Direct Known Subclasses:
- CompilerSupport, ScriptExecutorSupport, TraceSanitizerSupport
public class ComponentSupport
- extends Object
- implements Component
Provides support for Component
implementations.
- Version:
- $Id: ComponentSupport.java 9 2009-07-16 09:22:08Z user57 $
- Author:
- Jason Dillon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.slf4j.Logger log
feature
protected final Feature feature
config
protected final Configuration config
ComponentSupport
protected ComponentSupport(Feature feature,
Configuration config)
ComponentSupport
protected ComponentSupport(Feature feature)
feature
public Feature feature()
- Specified by:
feature
in interface Component
config
public Configuration config()
- Specified by:
config
in interface Component
Copyright © 2006-2012 Codehaus. All Rights Reserved.