|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnforcerRuleHelper
This is the interface that all helpers will use. This provides access to the log, session and components to the rules.
Method Summary | |
---|---|
Object |
getComponent(Class clazz)
Gets the component. |
Object |
getComponent(String componentKey)
Gets the component. |
Object |
getComponent(String role,
String roleHint)
Gets the component. |
List |
getComponentList(String role)
Gets the component list. |
Map |
getComponentMap(String role)
Gets the component map. |
org.codehaus.plexus.PlexusContainer |
getContainer()
Gets the container. |
org.apache.maven.plugin.logging.Log |
getLog()
Gets the log. |
Methods inherited from interface org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator |
---|
alignToBaseDirectory, evaluate |
Method Detail |
---|
org.apache.maven.plugin.logging.Log getLog()
Object getComponent(Class clazz) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
clazz
- the clazz
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionObject getComponent(String componentKey) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
componentKey
- the component key
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionObject getComponent(String role, String roleHint) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
role
- the roleroleHint
- the role hint
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionMap getComponentMap(String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
role
- the role
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionList getComponentList(String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
role
- the role
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionorg.codehaus.plexus.PlexusContainer getContainer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |