|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.grant.DefaultPropsHandler
org.apache.commons.jelly.tags.ant.JellyPropsHandler
Implementation of a Commons Grant propsHandler
to resolve through Jelly's context.
| Field Summary | |
private org.apache.commons.jelly.JellyContext |
context
The JellyContext. |
| Fields inherited from class org.apache.commons.grant.DefaultPropsHandler |
inheritedProperties, properties, userProperties |
| Constructor Summary | |
JellyPropsHandler(org.apache.commons.jelly.JellyContext context)
Simple constructor with the context to be used. |
|
| Method Summary | |
java.util.Hashtable |
getProperties()
Retrieve all ant properties. |
java.lang.String |
getProperty(java.lang.String name)
Retrieve an ant property. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Set an ant property. |
| Methods inherited from class org.apache.commons.grant.DefaultPropsHandler |
copyInheritedProperties, copyUserProperties, getInheritedProperties, getUserProperties, getUserProperty, setInheritedProperty, setJavaVersionProperty, setNewProperty, setPropertyIfUndefinedByUser, setSystemProperties, setUserProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.apache.commons.jelly.JellyContext context
| Constructor Detail |
public JellyPropsHandler(org.apache.commons.jelly.JellyContext context)
context - The context to be used.| Method Detail |
public void setProperty(java.lang.String name,
java.lang.String value)
name - The property name.value - The property value.public java.lang.String getProperty(java.lang.String name)
name - The property name.
public java.util.Hashtable getProperties()
Hashtable of all properties.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||