org.schmant.task.io
Class ChmodTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<ChmodTF,ChmodTask>
org.schmant.task.io.ChmodTF
- All Implemented Interfaces:
- ActionTaskConfigurable<ChmodTF>, ActionTaskFactory<ChmodTF,ChmodTask>, LoggingConfigurable<ChmodTF>, SourceConfigurable<ChmodTF>, TaskFactory<ChmodTF,ChmodTask>, TaskRunnable
public final class ChmodTF
- extends AbstractActionTaskFactory<ChmodTF,ChmodTask>
Task factory for the chmod
task.
See ChmodTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
ChmodTask
- Task_package:
- org.schmant.task.base
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
ChmodTF
public ChmodTF()
setPermission
public ChmodTF setPermission(String s)
createSpecification
protected ChmodTask createSpecification()
- Description copied from class:
AbstractTaskFactory
- Subclasses implement this to create the task specification object that
this factory uses to configure the task that it is creating.
- Specified by:
createSpecification
in class AbstractTaskFactory<ChmodTF,ChmodTask>