Skip navigation links
C D G I O P R S U 

C

copyInheritedProperties(Project) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
copyInheritedProperties(Project) - Method in class org.apache.commons.grant.GrantProject
 
copyInheritedProperties(Project) - Method in interface org.apache.commons.grant.PropsHandler
Copy all of the inherited properties to the other Project.
copyUserProperties(Project) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
copyUserProperties(Project) - Method in class org.apache.commons.grant.GrantProject
 
copyUserProperties(Project) - Method in interface org.apache.commons.grant.PropsHandler
Copy all of the user properties to the other Project.

D

DefaultPropsHandler - Class in org.apache.commons.grant
Implements the basic PropsHandler functionality against an existing map.
DefaultPropsHandler() - Constructor for class org.apache.commons.grant.DefaultPropsHandler
Initializes hte object with a blank set of properties.
DefaultPropsHandler(Map) - Constructor for class org.apache.commons.grant.DefaultPropsHandler
Initializes the object with a given Map implementation.

G

getInheritedProperties() - Method in class org.apache.commons.grant.DefaultPropsHandler
 
getProperties() - Method in class org.apache.commons.grant.DefaultPropsHandler
 
getProperties() - Method in class org.apache.commons.grant.GrantProject
 
getProperties() - Method in interface org.apache.commons.grant.PropsHandler
Retrieve a Hashtable of all properties.
getProperty(String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
getProperty(String) - Method in class org.apache.commons.grant.GrantProject
 
getProperty(String) - Method in interface org.apache.commons.grant.PropsHandler
Retrieve a property.
getPropsHandler() - Method in class org.apache.commons.grant.GrantProject
Retrieve the currently installed PropsHandler.
getUserProperties() - Method in class org.apache.commons.grant.DefaultPropsHandler
 
getUserProperties() - Method in class org.apache.commons.grant.GrantProject
 
getUserProperties() - Method in interface org.apache.commons.grant.PropsHandler
Retrieve a Hashtable of all user properties.
getUserProperty(String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
getUserProperty(String) - Method in class org.apache.commons.grant.GrantProject
 
getUserProperty(String) - Method in interface org.apache.commons.grant.PropsHandler
Retrieve a user property.
GrantProject - Class in org.apache.commons.grant
A subclass of an ant Project which allows installation of delegators for particular functions.
GrantProject() - Constructor for class org.apache.commons.grant.GrantProject
Construct a new, empty GrantProject.

I

inheritedProperties - Variable in class org.apache.commons.grant.DefaultPropsHandler
A history of the properties makred as inherited properties.

O

org.apache.commons.grant - package org.apache.commons.grant
 

P

properties - Variable in class org.apache.commons.grant.DefaultPropsHandler
A map of all of the properties.
propsHandler - Variable in class org.apache.commons.grant.GrantProject
Properties delegate.
PropsHandler - Interface in org.apache.commons.grant
Interface for delegates supporting property management for aGrantProject.

R

replaceProperties(String) - Method in class org.apache.commons.grant.GrantProject
 

S

setBaseDir(File) - Method in class org.apache.commons.grant.GrantProject
 
setInheritedProperty(String, String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setInheritedProperty(String, String) - Method in class org.apache.commons.grant.GrantProject
 
setInheritedProperty(String, String) - Method in interface org.apache.commons.grant.PropsHandler
Sets an inherited property.
setJavaVersionProperty() - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setJavaVersionProperty() - Method in class org.apache.commons.grant.GrantProject
 
setJavaVersionProperty() - Method in interface org.apache.commons.grant.PropsHandler
Set the ant.java.version property.
setNewProperty(String, String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setNewProperty(String, String) - Method in class org.apache.commons.grant.GrantProject
 
setNewProperty(String, String) - Method in interface org.apache.commons.grant.PropsHandler
Set a new property.
setProperty(String, String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setProperty(String, String) - Method in class org.apache.commons.grant.GrantProject
 
setProperty(String, String) - Method in interface org.apache.commons.grant.PropsHandler
Set a property.
setPropertyIfUndefinedByUser(String, String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setPropertyIfUndefinedByUser(String, String) - Method in interface org.apache.commons.grant.PropsHandler
Sets a property that is not a user property.
setPropsHandler(PropsHandler) - Method in class org.apache.commons.grant.GrantProject
Install a PropsHandler delegate.
setSystemProperties() - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setSystemProperties() - Method in class org.apache.commons.grant.GrantProject
 
setSystemProperties() - Method in interface org.apache.commons.grant.PropsHandler
Set the system variables for a Project that have not already been assigned as user properties.
setUserProperty(String, String) - Method in class org.apache.commons.grant.DefaultPropsHandler
 
setUserProperty(String, String) - Method in class org.apache.commons.grant.GrantProject
 
setUserProperty(String, String) - Method in interface org.apache.commons.grant.PropsHandler
Set a user property.

U

userProperties - Variable in class org.apache.commons.grant.DefaultPropsHandler
A history of the properties marked as user properties.
C D G I O P R S U 
Skip navigation links