org.schmant.task.at4j.zip
Class At4JUnzipTF

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<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>
              extended by org.schmant.task.at4j.zip.At4JUnzipTF
All Implemented Interfaces:
ActionTaskConfigurable<At4JUnzipTF>, ActionTaskFactory<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>, LoggingConfigurable<At4JUnzipTF>, OverwriteConfigurable<At4JUnzipTF>, SourceConfigurable<At4JUnzipTF>, TargetConfigurable<At4JUnzipTF>, GeneratorTaskConfigurable<At4JUnzipTF>, GeneratorTaskFactory<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>, ProcessTaskConfigurable<At4JUnzipTF>, ProcessTaskFactory<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>, TaskFactory<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>, TaskRunnable

public final class At4JUnzipTF
extends AbstractProcessTaskFactory<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>

See At4JUnzipTF

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
At4JUnzipTF()
           
 
Method Summary
protected  org.schmant.task.at4j.zip.At4JUnzipTask createSpecification()
          Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
 At4JUnzipTF setFileNameEncodingCharset(Charset cs)
           
 At4JUnzipTF setFileNameEncodingCharset(String name)
           
 At4JUnzipTF setFilter(Filter<? super ArchiveEntry<?,?>> f)
           
 At4JUnzipTF setTextEncodingCharset(Charset cs)
           
 At4JUnzipTF setTextEncodingCharset(String name)
           
 
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

At4JUnzipTF

public At4JUnzipTF()
Method Detail

setFileNameEncodingCharset

public At4JUnzipTF setFileNameEncodingCharset(Charset cs)

setFileNameEncodingCharset

public At4JUnzipTF setFileNameEncodingCharset(String name)

setTextEncodingCharset

public At4JUnzipTF setTextEncodingCharset(Charset cs)

setTextEncodingCharset

public At4JUnzipTF setTextEncodingCharset(String name)

setFilter

public At4JUnzipTF setFilter(Filter<? super ArchiveEntry<?,?>> f)

createSpecification

protected org.schmant.task.at4j.zip.At4JUnzipTask 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<At4JUnzipTF,org.schmant.task.at4j.zip.At4JUnzipTask>