|
|||||||||
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 | |
---|---|
java.lang.Object |
getComponent(java.lang.Class clazz)
Gets the component. |
java.lang.Object |
getComponent(java.lang.String componentKey)
Gets the component. |
java.lang.Object |
getComponent(java.lang.String role,
java.lang.String roleHint)
Gets the component. |
java.util.List |
getComponentList(java.lang.String role)
Gets the component list. |
java.util.Map |
getComponentMap(java.lang.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()
java.lang.Object getComponent(java.lang.Class clazz) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
clazz
- the clazz
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionjava.lang.Object getComponent(java.lang.String componentKey) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
componentKey
- the component key
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionjava.lang.Object getComponent(java.lang.String role, java.lang.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 exceptionjava.util.Map getComponentMap(java.lang.String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
role
- the role
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- the component lookup exceptionjava.util.List getComponentList(java.lang.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 |