public interface EnforcerRuleHelper extends org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Nonnull org.apache.maven.plugin.logging.Log getLog()
@Nonnull Object getComponent(Class clazz) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
clazz - the clazzorg.codehaus.plexus.component.repository.exception.ComponentLookupException - the component lookup exception@Nonnull Object getComponent(String componentKey) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
componentKey - the component keyorg.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 hintorg.codehaus.plexus.component.repository.exception.ComponentLookupException - the component lookup exceptionMap getComponentMap(String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
role - the roleorg.codehaus.plexus.component.repository.exception.ComponentLookupException - the component lookup exceptionList getComponentList(String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
role - the roleorg.codehaus.plexus.component.repository.exception.ComponentLookupException - the component lookup exceptionorg.codehaus.plexus.PlexusContainer getContainer()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.