org.apache.tools.ant.taskdefs
public static class Concat.TextElement extends ProjectComponent
Method Summary | |
---|---|
void | addText(String value)
set the text using inline |
String | getValue() |
void | setEncoding(String encoding)
The encoding of the text element
|
void | setFile(File file)
set the text using a file |
void | setFiltering(boolean filtering)
whether to filter the text in this element
or not.
|
void | setTrim(boolean trim)
whether to call text.trim() |
void | setTrimLeading(boolean strip)
s:^\s*:: on each line of input |
Parameters: value the text to place inline
Returns: the text, after possible trimming
Parameters: encoding the name of the charset used to encode
Parameters: file the file to use
Throws: BuildException if the file does not exist, or cannot be read
Parameters: filtering true if the text should be filtered. the default value is true.
Parameters: trim if true trim the text
Parameters: strip if true do the trim