org.apache.maven.shared.enforcer.rule.api
Interface EnforcerRuleHelper

All Superinterfaces:
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator

public interface EnforcerRuleHelper
extends org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator

This is the interface that all helpers will use. This provides access to the log, session and components to the rules.

Version:
$Id: EnforcerRuleHelper.java 524996 2007-04-03 01:56:19Z brianf $
Author:
Brian Fox

Method Summary
 java.lang.Object getComponent(java.lang.Class clazz)
           
 org.apache.maven.plugin.logging.Log getLog()
           
 
Methods inherited from interface org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator
alignToBaseDirectory, evaluate
 

Method Detail

getLog

org.apache.maven.plugin.logging.Log getLog()

getComponent

java.lang.Object getComponent(java.lang.Class clazz)
                              throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.