org.apache.tools.ant.taskdefs

Class LoadFile


public class LoadFile
extends Task

Load a file into a property

Since:
Ant 1.5

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

Method Summary

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.

Methods inherited from class org.apache.tools.ant.Task

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

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Method Details

addFilterChain

public final void addFilterChain(FilterChain filter)
Add the FilterChain element.

Parameters:
filter - the filter to add


execute

public final void execute()
            throws BuildException
read in a source file to a property
Overrides:
execute in interface Task

Throws:
BuildException - if something goes wrong with the build


setEncoding

public final void setEncoding(String encoding)

Parameters:
encoding - The new Encoding value


setFailonerror

public final void setFailonerror(boolean fail)
If true, fail on load error.

Parameters:
fail - The new Failonerror value


setProperty

public final void setProperty(String property)
Property name to save to.

Parameters:
property - The new Property value


setSrcFile

public final void setSrcFile(File srcFile)
Sets the file to load.

Parameters:
srcFile - The new SrcFile value


Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.