|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.MatchingTask | +--org.apache.tools.ant.taskdefs.Tar
Creates a TAR archive.
Inner classes inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
MatchingTask.NameEntry |
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
excludeList,
includeList,
useDefaultExcludes |
Fields inherited from class org.apache.tools.ant.Task |
description,
location,
project,
target |
Constructor Summary | |
Tar()
|
Method Summary | |
void |
execute()
|
void |
setBasedir(java.lang.String baseDirname)
This is the base directory to look in for things to tar. |
void |
setTarfile(java.lang.String tarFilename)
This is the name/location of where to create the tar file. |
protected void |
tarFile(java.io.File file,
TarOutputStream tOut,
java.lang.String vPath)
|
Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
createExclude,
createInclude,
getDirectoryScanner,
getProperty,
setDefaultexcludes,
setExcludes,
setIgnore,
setIncludes,
setItems |
Methods inherited from class org.apache.tools.ant.Task |
getDescription,
getLocation,
init,
setDescription,
setLocation,
setTarget |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Tar()
Method Detail |
public void setTarfile(java.lang.String tarFilename)
public void setBasedir(java.lang.String baseDirname)
public void execute() throws BuildException
protected void tarFile(java.io.File file, TarOutputStream tOut, java.lang.String vPath) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |