org.webdocwf.util.loader.task
Class Variables

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.webdocwf.util.loader.task.Variables

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

Variables represents subelement variable of LoaderTask element. Variables element consists of one or more variable elements which represent variables used in variable columns in Loader input XML file (loaderJob).


Field Summary
 java.lang.String variables
           
 
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
Variables()
           
 
Method Summary
 void addConfiguredVariable(Variable anInner)
          The setter for the "Variable" tag
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, 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
 

Field Detail

variables

public java.lang.String variables
Constructor Detail

Variables

public Variables()
Method Detail

addConfiguredVariable

public void addConfiguredVariable(Variable anInner)
The setter for the "Variable" tag



Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.