org.freecompany.imp
public class ModuleTask extends Task
| Field Summary | |
|---|---|
| protected File | destination |
| protected String | group |
| protected String | name |
| static String | NAMESPACE |
| protected String | run |
| protected String | test |
| protected String | version |
| Method Summary | |
|---|---|
| void | execute() |
| protected List<String> | list(String reference) |
| void | setDestination(File destination) |
| void | setGroup(String group) |
| void | setName(String name) |
| void | setRun(String run) |
| void | setTest(String test) |
| void | setVersion(String version) |