org.apache.tools.ant.taskdefs
Class LoadFile
Load a file into a property
- Ant 1.5
void | addFilterChain(FilterChain filter) - Add the FilterChain element.
|
void | execute() - read in a source file to a property
|
void | setEncoding(String encoding) - Encoding to use for input, defaults to the platform's default
encoding.
|
void | setFailonerror(boolean fail) - If true, fail on load error.
|
void | setProperty(String property) - Property name to save to.
|
void | setSrcFile(File srcFile) - Sets the file to load.
|
execute , 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 |
addFilterChain
public final void addFilterChain(FilterChain filter)
Add the FilterChain element.
filter
- the filter to add
execute
public final void execute()
throws BuildException
read in a source file to a property
- execute in interface Task
BuildException
- if something goes wrong with the build
setEncoding
public final void setEncoding(String encoding)
encoding
- The new Encoding value
setFailonerror
public final void setFailonerror(boolean fail)
If true, fail on load error.
fail
- The new Failonerror value
setProperty
public final void setProperty(String property)
Property name to save to.
property
- The new Property value
setSrcFile
public final void setSrcFile(File srcFile)
Sets the file to load.
srcFile
- The new SrcFile value
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.