org.webdocwf.util.loader.task
Class AdditionalPaths

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

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

AdditionalPaths represents subelement additionalPaths of LoaderTask element. AdditionalPaths element consists of one or more additionalPath elements which represent additional files for classpath.


Field Summary
 java.lang.String additionalPaths
           
 
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
AdditionalPaths()
           
 
Method Summary
 void addConfiguredAdditionalPath(AdditionalPath anInner)
          The setter for the "AdditionalPath" 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

additionalPaths

public java.lang.String additionalPaths
Constructor Detail

AdditionalPaths

public AdditionalPaths()
Method Detail

addConfiguredAdditionalPath

public void addConfiguredAdditionalPath(AdditionalPath anInner)
The setter for the "AdditionalPath" tag



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