Method Summary |
|
public synchronized void | add(FileSet fs) Add a FileSet. |
public synchronized void | add(ResourceCollection c) Add a ResourceCollection. |
public boolean | eval() Fulfill the condition contract. |
public void | execute() Execute the length task. |
public boolean | getTrim() Learn whether strings will be trimmed. |
public synchronized void | setFile(File file) Set the single file for this task. |
public synchronized void | setLength(long ell) Set the target count number for use as a Condition. |
public synchronized void | setMode(FileMode m) Set the execution mode for working with files. |
public synchronized void | setProperty(String property) The property in which the length will be stored. |
public synchronized void | setString(String string) Set the string whose length to get. |
public synchronized void | setTrim(boolean trim) Set whether to trim in string mode. |
public synchronized void | setWhen(When w) Set the comparison for use as a Condition. |
public synchronized void | setWhen(Comparison c) Set the comparison for use as a Condition. |