Class EnforcerExpressionEvaluator
- java.lang.Object
-
- org.apache.maven.plugin.PluginParameterExpressionEvaluator
-
- org.apache.maven.plugins.enforcer.EnforcerExpressionEvaluator
-
- All Implemented Interfaces:
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator,org.codehaus.plexus.component.configurator.expression.TypeAwareExpressionEvaluator
public class EnforcerExpressionEvaluator extends org.apache.maven.plugin.PluginParameterExpressionEvaluatorThe Class EnforcerExpressionEvaluator. This class wraps the PluginParameterExpressionEvaluator because it can't be accessed directly in 2.0.x so we must create a new one.- Author:
- Brian Fox
-
-
Constructor Summary
Constructors Constructor Description EnforcerExpressionEvaluator(org.apache.maven.execution.MavenSession theContext, org.apache.maven.project.path.PathTranslator thePathTranslator, org.apache.maven.project.MavenProject theProject)Deprecated.Will be removed with 2.0EnforcerExpressionEvaluator(org.apache.maven.execution.MavenSession theContext, org.apache.maven.project.path.PathTranslator thePathTranslator, org.apache.maven.project.MavenProject theProject, org.apache.maven.plugin.MojoExecution theExecution)The Constructor.
-
-
-
Constructor Detail
-
EnforcerExpressionEvaluator
public EnforcerExpressionEvaluator(org.apache.maven.execution.MavenSession theContext, org.apache.maven.project.path.PathTranslator thePathTranslator, org.apache.maven.project.MavenProject theProject, org.apache.maven.plugin.MojoExecution theExecution)The Constructor.- Parameters:
theContext-MavenSessionthePathTranslator-PathTranslatortheProject-MavenProjecttheExecution-MojoExecution
-
EnforcerExpressionEvaluator
public EnforcerExpressionEvaluator(org.apache.maven.execution.MavenSession theContext, org.apache.maven.project.path.PathTranslator thePathTranslator, org.apache.maven.project.MavenProject theProject)Deprecated.Will be removed with 2.0This constructor is kept for backward compatibility.- Parameters:
theContext-MavenSessionthePathTranslator-PathTranslatortheProject-MavenProject
-
-