org.apache.maven.plugin.antrun

Class AntPropertyHelper

public class AntPropertyHelper extends PropertyHelper

Makes the ${expressions} used in Maven available to Ant as properties.

Author: Kenney Westerhof

Constructor Summary
AntPropertyHelper(MavenProject project, Log l)
AntPropertyHelper(ExpressionEvaluator exprEvaluator, Set artifacts, Log l)
Method Summary
ObjectgetPropertyHook(String ns, String name, boolean user)

Constructor Detail

AntPropertyHelper

public AntPropertyHelper(MavenProject project, Log l)

Deprecated: use the other constructor

Parameters: project l

AntPropertyHelper

public AntPropertyHelper(ExpressionEvaluator exprEvaluator, Set artifacts, Log l)

Method Detail

getPropertyHook

public Object getPropertyHook(String ns, String name, boolean user)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.