com.atlassian.maven.plugin.clover.internal
Class AntPropertyHelper

java.lang.Object
  extended by org.apache.tools.ant.PropertyHelper
      extended by com.atlassian.maven.plugin.clover.internal.AntPropertyHelper
All Implemented Interfaces:
org.apache.tools.ant.property.GetProperty

public class AntPropertyHelper
extends org.apache.tools.ant.PropertyHelper

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

Author:
Kenney Westerhof

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.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log l)
           
 
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

AntPropertyHelper

public AntPropertyHelper(org.apache.maven.project.MavenProject project,
                         org.apache.maven.plugin.logging.Log l)
Parameters:
project - maven project instance
l - logger instance
Method Detail

getPropertyHook

public Object getPropertyHook(String ns,
                              String name,
                              boolean user)
Overrides:
getPropertyHook in class org.apache.tools.ant.PropertyHelper


Copyright © 2014 Atlassian Pty Ltd. All Rights Reserved.