net.jtools.props
Class PropertyTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.jtools.props.PropertyTask
public class PropertyTask
- extends Task
Task for LinkedProperties.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyTask
public PropertyTask()
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)
© 2000-2006, JTools.org.