org.schmant.task.io.gzip
Class GZipTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<GZipTF,GZipTask>
org.schmant.task.io.gzip.GZipTF
- All Implemented Interfaces:
- ActionTaskConfigurable<GZipTF>, ActionTaskFactory<GZipTF,GZipTask>, LoggingConfigurable<GZipTF>, OverwriteConfigurable<GZipTF>, SourceConfigurable<GZipTF>, TargetConfigurable<GZipTF>, GeneratorTaskConfigurable<GZipTF>, GeneratorTaskFactory<GZipTF,GZipTask>, ProcessTaskConfigurable<GZipTF>, ProcessTaskFactory<GZipTF,GZipTask>, TaskFactory<GZipTF,GZipTask>, TaskRunnable
public final class GZipTF
- extends AbstractProcessTaskFactory<GZipTF,GZipTask>
This is a factory for gzip tasks.
See GZipTF
- Since:
- 0.6
- Author:
- Karl Gustafsson
- 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 |
GZipTF
public GZipTF()
setBufferSize
public GZipTF setBufferSize(int i)
setDeleteSourceFile
public GZipTF setDeleteSourceFile(boolean b)
- Since:
- 1.0.1
createSpecification
protected GZipTask 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<GZipTF,GZipTask>