org.apache.tools.ant.taskdefs.optional.windows
public class Attrib extends ExecuteOn
Since: Ant 1.6
| Constructor Summary | |
|---|---|
| Attrib() Constructor for Attrib. | |
| Method Summary | |
|---|---|
| protected void | checkConfiguration()
Check the attributes. |
| protected boolean | isValidOs()
Check if the os is valid.
|
| void | setAddsourcefile(boolean b)
Add source file.
|
| void | setArchive(boolean value)
Set the Archive file attribute. |
| void | setCommand(String e)
Set the executable.
|
| void | setExecutable(String e)
Set the executable.
|
| void | setFile(File src)
A file to be attribed. |
| void | setHidden(boolean value)
Set the Hidden file attribute. |
| void | setMaxParallel(int max)
Set max parallel.
|
| void | setParallel(boolean parallel)
Set parallel.
|
| void | setReadonly(boolean value)
Set the ReadOnly file attribute. |
| void | setSkipEmptyFilesets(boolean skip)
Set skip empty file sets.
|
| void | setSystem(boolean value)
Set the System file attribute. |
Returns: true if the os is valid.
Parameters: b ignored
UNKNOWN: ignore="true"
Parameters: value a boolean value
Parameters: e ignored
UNKNOWN: ignore="true"
Parameters: e ignored
UNKNOWN: ignore="true"
Parameters: src a file
Parameters: value a boolean value
Parameters: max ignored
UNKNOWN: ignore="true"
Parameters: parallel ignored
UNKNOWN: ignore="true"
Parameters: value a boolean value
Parameters: skip ignored
UNKNOWN: ignore="true"
Parameters: value a boolean value