org.java.plugin.tools.ant
public final class UnpackTask extends org.apache.tools.ant.Task
Constructor and Description |
---|
UnpackTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setDestDir(java.io.File aDestFolder) |
void |
setSrcFile(java.io.File aSrcFile) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setSrcFile(java.io.File aSrcFile)
aSrcFile
- archive file to be unpackedpublic void setDestDir(java.io.File aDestFolder)
aDestFolder
- folder where to extract archived plug-inspublic void execute()
execute
in class org.apache.tools.ant.Task
Task.execute()
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.