dest, source, srcResource
Constructor and Description |
---|
GUnzip() |
Modifier and Type | Method and Description |
---|---|
protected void |
extract()
Implement the gunzipping.
|
protected String |
getDefaultExtension()
Get the default extension.
|
protected boolean |
supportsNonFileResources()
Whether this task can deal with non-file resources.
|
addConfigured, execute, setDest, 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 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