|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
org.pdfsam.console.business.pdf.handlers.UnpackCmdExecutor
public class UnpackCmdExecutor
Command executor for the unpack command
| Constructor Summary | |
|---|---|
UnpackCmdExecutor()
|
|
| Method Summary | |
|---|---|
void |
clean()
Called after the execute to perform close/clean operations |
void |
execute(AbstractParsedCommand parsedCommand)
Execute the tool command. |
| Methods inherited from class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor |
|---|
arraysConcat, closePdfReader, closePdfStamper, closePdfWriter, getPdfFiles, resetPercentageOfWorkDone, setCompressionSettingOnStamper, setCompressionSettingOnWriter, setPdfVersionSettingOnWriter, setPdfVersionSettingOnWriter, setPercentageOfWorkDone, setWorkCompleted, setWorkIndeterminate |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnpackCmdExecutor()
| Method Detail |
|---|
public void execute(AbstractParsedCommand parsedCommand)
throws ConsoleException
CmdExecutor
execute in interface CmdExecutorexecute in class AbstractCmdExecutorparsedCommand - command to be executed
ConsoleExceptionpublic void clean()
CmdExecutor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||