com.finalist.ant.tasks.docbook
Class XSLTParameterTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bycom.finalist.ant.tasks.docbook.XSLTParameterTask

public class XSLTParameterTask
extends org.apache.tools.ant.Task

XSLTParameterTask.java This class representa a name value pair. Is't a simple bean class which is also a ant Task

Version:
$Revision: 1.1 $
Author:
Stefan Lenselink

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

XSLTParameterTask

public XSLTParameterTask()
Method Detail

setName

public void setName(java.lang.String name)
The Setter value for the name attribute

Parameters:
name - the name of the name value pair

setValue

public void setValue(java.lang.String value)
The Setter value for the value attribute

Parameters:
value - the value of the name value pair

getName

public java.lang.String getName()
The Getter method for the name attribute

Returns:
the name of the name value pair

getValue

public java.lang.String getValue()
The Getter method for the value attribute

Returns:
the value of the name value pair


Copyright © 2003-2004 SourceForge. All Rights Reserved.