public class BUnzip2 extends Unpack
dest, source, srcResource
description, location, project
Constructor and Description |
---|
BUnzip2() |
Modifier and Type | Method and Description |
---|---|
protected void |
extract()
Do the unbzipping.
|
protected java.lang.String |
getDefaultExtension()
Get the default extension.
|
protected boolean |
supportsNonFileResources()
Whether this task can deal with non-file resources.
|
addConfigured, execute, setDest, setDest, setSrc, setSrc, setSrcResource
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 java.lang.String getDefaultExtension()
getDefaultExtension
in class Unpack
protected boolean supportsNonFileResources()
This implementation returns true only if this task is <gunzip>. 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 Unpack