public class BUnzip2 extends Unpack
dest, source, srcResourcedescription, 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, setSrcResourcebindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectprotected java.lang.String getDefaultExtension()
getDefaultExtension in class Unpackprotected 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