~ubuntu-branches/ubuntu/saucy/maven-enforcer/saucy

« back to all changes in this revision

Viewing changes to enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/utils/MockEnforcerExpressionEvaluator.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-12 22:30:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110912223016-e2pk04avoq8bur7t
Tags: 1.0-1
* Team upload
* New upstream release.
* Add more Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package org.apache.maven.plugins.enforcer.utils;
 
2
 
1
3
/*
2
4
 * Licensed to the Apache Software Foundation (ASF) under one
3
5
 * or more contributor license agreements.  See the NOTICE file
16
18
 * specific language governing permissions and limitations
17
19
 * under the License.
18
20
 */
19
 
package org.apache.maven.plugins.enforcer.utils;
20
21
 
21
22
import org.apache.maven.execution.MavenSession;
22
23
import org.apache.maven.plugins.enforcer.EnforcerExpressionEvaluator;
34
35
 
35
36
    /**
36
37
     * Instantiates a new mock enforcer expression evaluator.
37
 
     * 
 
38
     *
38
39
     * @param theContext the the context
39
40
     * @param thePathTranslator the the path translator
40
41
     * @param theProject the the project
48
49
 
49
50
    /*
50
51
     * (non-Javadoc)
51
 
     * 
 
52
     *
52
53
     * @see org.apache.maven.plugin.PluginParameterExpressionEvaluator#evaluate(java.lang.String)
53
54
     */
54
55
    public Object evaluate( String expr )