org.apache.maven.plugin.antrun
Class AntPropertyHelper
java.lang.Object
org.apache.tools.ant.PropertyHelper
org.apache.maven.plugin.antrun.AntPropertyHelper
public class AntPropertyHelper
- extends org.apache.tools.ant.PropertyHelper
Makes the ${expressions} used in Maven available to Ant as properties.
- Author:
- Kenney Westerhof
|
Constructor Summary |
AntPropertyHelper(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator exprEvaluator,
org.apache.maven.plugin.logging.Log l)
Deprecated. use AntPropertyHelper(ExpressionEvaluator, Set, Log) to resolve maven.dependency.* properties |
AntPropertyHelper(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator exprEvaluator,
java.util.Set artifacts,
org.apache.maven.plugin.logging.Log l)
|
AntPropertyHelper(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log l)
Deprecated. use the other constructor |
|
Method Summary |
java.lang.Object |
getPropertyHook(java.lang.String ns,
java.lang.String name,
boolean user)
|
| Methods inherited from class org.apache.tools.ant.PropertyHelper |
copyInheritedProperties, copyUserProperties, getNext, getProperties, getProperty, getPropertyHelper, getUserProperties, getUserProperty, parsePropertyString, replaceProperties, setInheritedProperty, setNewProperty, setNext, setProject, setProperty, setPropertyHook, setUserProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntPropertyHelper
public AntPropertyHelper(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log l)
- Deprecated. use the other constructor
- Parameters:
project - l -
AntPropertyHelper
public AntPropertyHelper(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator exprEvaluator,
org.apache.maven.plugin.logging.Log l)
- Deprecated. use
AntPropertyHelper(ExpressionEvaluator, Set, Log) to resolve maven.dependency.* properties
- Parameters:
exprEvaluator - l -
AntPropertyHelper
public AntPropertyHelper(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator exprEvaluator,
java.util.Set artifacts,
org.apache.maven.plugin.logging.Log l)
- Parameters:
exprEvaluator - artifacts - l -
getPropertyHook
public java.lang.Object getPropertyHook(java.lang.String ns,
java.lang.String name,
boolean user)
- Overrides:
getPropertyHook in class org.apache.tools.ant.PropertyHelper
- See Also:
PropertyHelper.getPropertyHook(java.lang.String, java.lang.String, boolean)
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.