org.schmant.task.io.zip
Class ZipTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<T,U>
org.schmant.task.template.io.zip.AbstractZipTaskFactory<T,U>
org.schmant.task.io.zip.AbstractJavaZipTaskFactory<ZipTF,ZipTask>
org.schmant.task.io.zip.ZipTF
- All Implemented Interfaces:
- ActionTaskConfigurable<ZipTF>, ActionTaskFactory<ZipTF,ZipTask>, LoggingConfigurable<ZipTF>, OverwriteConfigurable<ZipTF>, SourceConfigurable<ZipTF>, TargetConfigurable<ZipTF>, GeneratorTaskConfigurable<ZipTF>, GeneratorTaskFactory<ZipTF,ZipTask>, ProcessTaskConfigurable<ZipTF>, ProcessTaskFactory<ZipTF,ZipTask>, TaskFactory<ZipTF,ZipTask>, TaskRunnable
public final class ZipTF
- extends AbstractJavaZipTaskFactory<ZipTF,ZipTask>
Factory for the ZipTask
See ZipTF
- Since:
- 0.5
- Author:
- Karl Gustafsson
- See Also:
ZipTask
- Task_package:
- org.schmant.task.base
Constructor Summary |
ZipTF()
|
Method Summary |
protected ZipTask |
createSpecification()
Subclasses implement this to create the task specification object that
this factory uses to configure the task that it is creating. |
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
ZipTF
public ZipTF()
createSpecification
protected ZipTask 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<ZipTF,ZipTask>