JTools

net.jtools.props
Class PropertyTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by net.jtools.props.PropertyTask

public class PropertyTask
extends Task

Task for LinkedProperties.


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
PropertyTask()
           
 
Method Summary
 void addConfiguredProperty(Parameter x)
           
 void addFilterChain(FilterChain filter)
           
 void execute()
           
 Properties load()
           
 void setCurrentPathProperty(String prop)
           
 void setDefaultEntriesProperty(String prop)
           
 void setDefaultLinkProperty(String prop)
           
 void setFilenameProperty(String prop)
           
 void setInitialPathProperty(String prop)
           
 void setLocalKeyPrefix(String tag)
           
 void setReferencePrefix(String tag)
           
 void setReferenceSuffix(String tag)
           
 void setSrc(String file)
           
 void setSrcFile(File srcFile)
           
 void setSysPropsPrefix(String prefix)
           
 void setTempKeyPrefix(String tag)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
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

PropertyTask

public PropertyTask()
Method Detail

addConfiguredProperty

public void addConfiguredProperty(Parameter x)

addFilterChain

public final void addFilterChain(FilterChain filter)

execute

public void execute()
             throws BuildException
Overrides:
execute in class Task
Throws:
BuildException

load

public Properties load()
                throws IOException
Throws:
IOException

setCurrentPathProperty

public void setCurrentPathProperty(String prop)

setDefaultEntriesProperty

public void setDefaultEntriesProperty(String prop)

setDefaultLinkProperty

public void setDefaultLinkProperty(String prop)

setFilenameProperty

public void setFilenameProperty(String prop)

setInitialPathProperty

public void setInitialPathProperty(String prop)

setLocalKeyPrefix

public void setLocalKeyPrefix(String tag)

setReferencePrefix

public void setReferencePrefix(String tag)

setReferenceSuffix

public void setReferenceSuffix(String tag)

setSrc

public void setSrc(String file)

setSrcFile

public void setSrcFile(File srcFile)
                throws BuildException
Throws:
BuildException

setSysPropsPrefix

public void setSysPropsPrefix(String prefix)

setTempKeyPrefix

public void setTempKeyPrefix(String tag)

JTools

© 2000-2006, JTools.org.