org.schmant.task.proxy
Class TimedExecutionTF

java.lang.Object
  extended by org.schmant.task.stub.AbstractTaskFactory<T,U>
      extended by org.schmant.task.stub.AbstractActionTaskFactory<T,U>
          extended by org.schmant.task.stub.AbstractProcessTaskFactory<T,U>
              extended by org.schmant.task.template.proxy.AbstractProxyTaskFactory<TimedExecutionTF,TimedExecutionTask>
                  extended by org.schmant.task.proxy.TimedExecutionTF
All Implemented Interfaces:
ActionTaskConfigurable<TimedExecutionTF>, ActionTaskFactory<TimedExecutionTF,TimedExecutionTask>, LoggingConfigurable<TimedExecutionTF>, OverwriteConfigurable<TimedExecutionTF>, SourceConfigurable<TimedExecutionTF>, TargetConfigurable<TimedExecutionTF>, TaskFactoryConfigurable<TimedExecutionTF>, GeneratorTaskConfigurable<TimedExecutionTF>, GeneratorTaskFactory<TimedExecutionTF,TimedExecutionTask>, ProcessTaskConfigurable<TimedExecutionTF>, ProcessTaskFactory<TimedExecutionTF,TimedExecutionTask>, TaskFactory<TimedExecutionTF,TimedExecutionTask>, TaskRunnable, ProxyTaskConfigurable<TimedExecutionTF>

public final class TimedExecutionTF
extends AbstractProxyTaskFactory<TimedExecutionTF,TimedExecutionTask>

Factory for the TimedExecutionTask.

See TimedExecutionTF

Since:
0.5
Author:
Karl Gustafsson
See Also:
TimedExecutionTask
Task_package:
org.schmant.task.base

Field Summary
 
Fields inherited from interface org.schmant.task.confable.OverwriteConfigurable
DEFAULT_OVERWRITE_STRATEGY
 
Constructor Summary
TimedExecutionTF()
           
 
Method Summary
protected  TimedExecutionTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 TimedExecutionTF setTime(long time, TimeUnit unit)
           
 
Methods inherited from class org.schmant.task.template.proxy.AbstractProxyTaskFactory
setTaskFactory
 
Methods inherited from class org.schmant.task.stub.AbstractProcessTaskFactory
setOverwrite, setOverwriteStrategy, setTarget
 
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.confable.SourceConfigurable
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources
 
Methods inherited from interface org.schmant.task.confable.TargetConfigurable
setTarget
 
Methods inherited from interface org.schmant.task.confable.OverwriteConfigurable
setOverwrite, setOverwriteStrategy
 
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

TimedExecutionTF

public TimedExecutionTF()
Method Detail

setTime

public TimedExecutionTF setTime(long time,
                                TimeUnit unit)

createSpecification

protected TimedExecutionTask 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<TimedExecutionTF,TimedExecutionTask>