<utility : LoadFile>

Description

Load a file into a property

Parameters

Attribute Description Type Required?
encoding Encoding to use for input, defaults to the platform's default encoding.

For a list of possible values see http://java.sun.com/products/jdk/1.2/docs/guide/internat/encoding.doc.html .

String ?
property Property name to save to. String ?
srcfile Sets the file to load. File ?
failonerror If true, fail on load error. boolean ?

Parameters accepted as nested elements

<filterchain> ...

FilterChain may contain a chained set of filter readers.
Attribute Description Type Required
refid Makes this instance in effect a reference to another FilterChain instance.

You must not set another attribute or nest elements inside this element if you make it a reference.

Reference ?