|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.PropertyHelper
org.apache.maven.shared.ant.AntPropertyHelper
public class AntPropertyHelper
Makes the ${expressions} used in Maven available to Ant as properties.
Constructor Summary | |
---|---|
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, getInternalInheritedProperties, getInternalProperties, getInternalUserProperties, getNext, getProject, 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 |
Constructor Detail |
---|
public AntPropertyHelper(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log l)
project
- l
- public AntPropertyHelper(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator exprEvaluator, java.util.Set artifacts, org.apache.maven.plugin.logging.Log l)
Method Detail |
---|
public java.lang.Object getPropertyHook(java.lang.String ns, java.lang.String name, boolean user)
getPropertyHook
in class org.apache.tools.ant.PropertyHelper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |