|
||||||||||
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.tools.ant.PropertyHelper |
---|
org.apache.tools.ant.PropertyHelper.Delegate, org.apache.tools.ant.PropertyHelper.PropertyEvaluator, org.apache.tools.ant.PropertyHelper.PropertySetter |
Constructor Summary | |
---|---|
AntPropertyHelper(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator exprEvaluator,
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 | |
---|---|
Object |
getPropertyHook(String ns,
String name,
boolean user)
|
Methods inherited from class org.apache.tools.ant.PropertyHelper |
---|
add, containsProperties, copyInheritedProperties, copyUserProperties, getDelegateInterfaces, getDelegates, getExpanders, getInheritedProperties, getInternalInheritedProperties, getInternalProperties, getInternalUserProperties, getNext, getProject, getProperties, getProperty, getProperty, getProperty, getPropertyHelper, getUserProperties, getUserProperty, getUserProperty, parseProperties, parsePropertyString, replaceProperties, replaceProperties, setInheritedProperty, setInheritedProperty, setNewProperty, setNewProperty, setNewProperty, setNext, setProject, setProperty, setProperty, setProperty, setPropertyHook, setUserProperty, setUserProperty, testIfCondition, testUnlessCondition, toBoolean |
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, Set artifacts, org.apache.maven.plugin.logging.Log l)
Method Detail |
---|
public Object getPropertyHook(String ns, 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 |