org.schmant.task.at4j.tar
Class UntarTF

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<UntarTF,org.schmant.task.at4j.tar.UntarTask>
              extended by 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

Field Summary
 
Fields inherited from interface org.schmant.task.confable.OverwriteConfigurable
DEFAULT_OVERWRITE_STRATEGY
 
Constructor Summary
UntarTF()
           
 
Method Summary
protected  org.schmant.task.at4j.tar.UntarTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 UntarTF setFileNameEncodingCharset(Charset cs)
           
 UntarTF setFileNameEncodingCharset(String name)
           
 UntarTF setFilter(Filter<? super TarEntryHeaderData> f)
           
 
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.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
 
Methods inherited from interface org.schmant.task.confable.SourceConfigurable
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources
 

Constructor Detail

UntarTF

public UntarTF()
Method Detail

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>