org.apache.tools.ant.taskdefs.optional.unix
public class Chgrp extends AbstractAccessTask
Since: Ant 1.6
UNKNOWN: category="filesystem"
| Constructor Summary | |
|---|---|
| Chgrp()
Chgrp task for setting unix group of a file. | |
| 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 | setGroup(String group)
Set the group atribute.
|
Parameters: e User supplied executable that we won't accept.
Parameters: group The new group for the file(s) or directory(ies)