org.apache.tools.ant.taskdefs.optional.unix
public class Chown extends AbstractAccessTask
Since: Ant 1.6
UNKNOWN: category="filesystem"
| Constructor Summary | |
|---|---|
| Chown()
Chown task for setting file and directory permissions. | |
| Method Summary | |
|---|---|
| protected void | checkConfiguration()
Ensure that all the required arguments and other conditions have
been set. |
| void | setExecutable(String e)
We don't want to expose the executable atribute, so overide it.
|
| void | setOwner(String owner)
Set the owner atribute.
|
Parameters: e User supplied executable that we won't accept.
Parameters: owner The new owner for the file(s) or directory(ies)