|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task com.finalist.ant.tasks.docbook.XSLTParameterTask
XSLTParameterTask.java
This class representa a name value pair. Is't a simple bean class which is also a ant Task
Field Summary |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
XSLTParameterTask()
|
Method Summary | |
java.lang.String |
getName()
The Getter method for the name attribute |
java.lang.String |
getValue()
The Getter method for the value attribute |
void |
setName(java.lang.String name)
The Setter value for the name attribute |
void |
setValue(java.lang.String value)
The Setter value for the value attribute |
Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLTParameterTask()
Method Detail |
public void setName(java.lang.String name)
name
- the name of the name value pairpublic void setValue(java.lang.String value)
value
- the value of the name value pairpublic java.lang.String getName()
public java.lang.String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |