| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.ProjectComponentorg.apache.tools.ant.Taskorg.apache.tools.ant.taskdefs.Expandorg.apache.tools.ant.taskdefs.Untarpublic class Untarextends ExpandNested Class Summary | |
static class |
|
Field Summary |
Fields inherited from class org.apache.tools.ant.Task | |
description, location, target, taskName, taskType, wrapper | |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
project | |
Method Summary | |
protected void |
|
void |
|
void |
|
Methods inherited from class org.apache.tools.ant.taskdefs.Expand | |
addFileset, addPatternset, execute, expandFile, extractFile, setDest, setEncoding, setOverwrite, setSrc | |
Methods inherited from class org.apache.tools.ant.Task | |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | |
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
getProject, log, log, setProject | |
protected void expandFile(FileUtils fileUtils, File srcF, File dir)
- Overrides:
- expandFile in interface Expand
public void setCompression(Untar.UntarCompressionMethod method)
Set decompression algorithm to use; default=none. Allowable values are
- none - no compression
- gzip - Gzip compression
- bzip2 - Bzip2 compression
- Parameters:
method- compression method
public void setEncoding(String encoding)
No encoding support in Untar.
- Overrides:
- setEncoding in interface Expand
- Parameters:
encoding- not used
- Since:
- Ant 1.6