|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jomic.tools.AbstractTask
net.sf.jomic.tools.ExtractZipTask
public class ExtractZipTask
Task to extract contents of a ZIP file to a target folder.
| Constructor Summary | |
|---|---|
ExtractZipTask(java.io.File newSourceZipFile,
java.io.File newTargetFolder)
Create a new task to extract newSourceZipFile to newTargetFolder. |
|
| Method Summary | |
|---|---|
void |
start()
Start the task, which will cause the progress to iterate from 0 to getMaximum. |
| Methods inherited from class net.sf.jomic.tools.AbstractTask |
|---|
addProgressChangeListener, getMaxProgress, getProgress, getProgressMessage, isInterrupted, removeProgressChangeListener, setMaxProgress, setProgress, setProgressMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractZipTask(java.io.File newSourceZipFile,
java.io.File newTargetFolder)
newSourceZipFile to newTargetFolder.
newSourceZipFile - Description of the parameternewTargetFolder - Description of the parameter| Method Detail |
|---|
public void start()
throws java.lang.Exception
TaskgetMaximum.
start in interface Taskstart in class AbstractTaskjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||