java.lang.Cloneable
public class BUnzip2 extends Unpack
description, location, project
dest, source, srcResource
Constructor | Description |
---|---|
BUnzip2() |
Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
addConfigured, execute, setDest, setDest, setSrc, setSrc, setSrcResource
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