org.schmant.task.io
Class ChmodTF

java.lang.Object
  extended by org.schmant.task.stub.AbstractTaskFactory<T,U>
      extended by org.schmant.task.stub.AbstractActionTaskFactory<ChmodTF,ChmodTask>
          extended by 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

Constructor Summary
ChmodTF()
           
 
Method Summary
protected  ChmodTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 ChmodTF setPermission(String s)
           
 
Methods inherited from class org.schmant.task.stub.AbstractActionTaskFactory
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources
 
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.schmant.task.TaskFactory
copy, create, getLastCreated, getSpecification
 
Methods inherited from interface org.schmant.task.confable.LoggingConfigurable
setLogFooter, setLogHeader, setReportLevel, setTraceLogging
 
Methods inherited from interface org.schmant.task.TaskRunnable
run
 

Constructor Detail

ChmodTF

public ChmodTF()
Method Detail

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>