public class BZip2 extends Pack
description, location, project
Constructor and Description |
---|
BZip2() |
Modifier and Type | Method and Description |
---|---|
protected void |
pack()
Compress the zipFile.
|
protected boolean |
supportsNonFileResources()
Whether this task can deal with non-file resources.
|
addConfigured, execute, getSrcResource, setDestfile, setSrc, setSrcResource, setZipfile, zipFile, zipResource
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
protected boolean supportsNonFileResources()
This implementation returns true only if this task is <bzip2>. Any subclass of this class that also wants to support non-file resources needs to override this method. We need to do so for backwards compatibility reasons since we can't expect subclasses to support resources.
supportsNonFileResources
in class Pack