org.schmant.task.at4j.zip
Class At4JZipTF
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<At4JZipTF,At4JZipTask>
org.schmant.task.at4j.zip.At4JZipTF
- All Implemented Interfaces:
- ActionTaskConfigurable<At4JZipTF>, ActionTaskFactory<At4JZipTF,At4JZipTask>, LoggingConfigurable<At4JZipTF>, OverwriteConfigurable<At4JZipTF>, SourceConfigurable<At4JZipTF>, TargetConfigurable<At4JZipTF>, GeneratorTaskConfigurable<At4JZipTF>, GeneratorTaskFactory<At4JZipTF,At4JZipTask>, ProcessTaskConfigurable<At4JZipTF>, ProcessTaskFactory<At4JZipTF,At4JZipTask>, TaskFactory<At4JZipTF,At4JZipTask>, TaskRunnable
public final class At4JZipTF
- extends AbstractZipTaskFactory<At4JZipTF,At4JZipTask>
See At4JZipTF
- Since:
- 0.8
- 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 |
At4JZipTF
public At4JZipTF()
setInternalFileAttributesStrategy
public At4JZipTF setInternalFileAttributesStrategy(InternalFileAttributesStrategy strat)
setDefaultDirectoryEntrySettings
public At4JZipTF setDefaultDirectoryEntrySettings(ZipEntrySettings settings)
setDefaultFileEntrySettings
public At4JZipTF setDefaultFileEntrySettings(ZipEntrySettings settings)
addRule
public At4JZipTF addRule(ArchiveEntrySettingsRule<? extends ZipEntrySettings> rule)
addRules
public At4JZipTF addRules(Object o)
clearRules
public At4JZipTF clearRules()
setFileNameEncodingCharset
public At4JZipTF setFileNameEncodingCharset(Charset cs)
setFileNameEncodingCharset
public At4JZipTF setFileNameEncodingCharset(String name)
setTextEncodingCharset
public At4JZipTF setTextEncodingCharset(Charset cs)
setTextEncodingCharset
public At4JZipTF setTextEncodingCharset(String name)
setCompressionLevel
public At4JZipTF setCompressionLevel(CompressionLevel level)
createSpecification
protected At4JZipTask 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<At4JZipTF,At4JZipTask>