org.schmant.task.at4j.tar
Class UntarTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<UntarTF,org.schmant.task.at4j.tar.UntarTask>
org.schmant.task.at4j.tar.UntarTF
- All Implemented Interfaces:
- ActionTaskConfigurable<UntarTF>, ActionTaskFactory<UntarTF,org.schmant.task.at4j.tar.UntarTask>, LoggingConfigurable<UntarTF>, OverwriteConfigurable<UntarTF>, SourceConfigurable<UntarTF>, TargetConfigurable<UntarTF>, GeneratorTaskConfigurable<UntarTF>, GeneratorTaskFactory<UntarTF,org.schmant.task.at4j.tar.UntarTask>, ProcessTaskConfigurable<UntarTF>, ProcessTaskFactory<UntarTF,org.schmant.task.at4j.tar.UntarTask>, TaskFactory<UntarTF,org.schmant.task.at4j.tar.UntarTask>, TaskRunnable
public final class UntarTF
- extends AbstractProcessTaskFactory<UntarTF,org.schmant.task.at4j.tar.UntarTask>
See UntarTF
- Since:
- 0.9
- Author:
- Karl Gustafsson
- Task_package:
- org.at4j
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
UntarTF
public UntarTF()
setFileNameEncodingCharset
public UntarTF setFileNameEncodingCharset(Charset cs)
setFileNameEncodingCharset
public UntarTF setFileNameEncodingCharset(String name)
setFilter
public UntarTF setFilter(Filter<? super TarEntryHeaderData> f)
createSpecification
protected org.schmant.task.at4j.tar.UntarTask 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<UntarTF,org.schmant.task.at4j.tar.UntarTask>