org.apache.tools.ant.taskdefs.optional.unix
public abstract class AbstractAccessTask extends ExecuteOn
Since: Ant 1.6
UNKNOWN: category="filesystem"
Constructor Summary | |
---|---|
AbstractAccessTask()
Chmod task for setting file and directory permissions. |
Method Summary | |
---|---|
protected boolean | isValidOs()
Automatically approve Unix OS's. |
void | setAddsourcefile(boolean b)
Prevent the use of the addsourcefile atribute.
|
void | setCommand(Commandline cmdl)
Prevent the user from specifying a different command.
|
void | setFile(File src)
Set the file which should have its access attributes modified. |
void | setSkipEmptyFilesets(boolean skip)
Prevent the skipping of empty filesets
|
Parameters: b A user supplied boolean we won't accept.
UNKNOWN: ignore="true"
Parameters: cmdl A user supplied command line that we won't accept.
UNKNOWN: ignore="true"
Parameters: skip A user supplied boolean we won't accept.
UNKNOWN: ignore="true"