org.pdfsam.console.business.dto.commands
Class UnpackParsedCommand

java.lang.Object
  extended by org.pdfsam.console.business.dto.commands.AbstractParsedCommand
      extended by org.pdfsam.console.business.dto.commands.UnpackParsedCommand
All Implemented Interfaces:
java.io.Serializable

public class UnpackParsedCommand
extends AbstractParsedCommand

Unpack parsed command dto filled by parsing service and used by worker service

Author:
Andrea Vacondio
See Also:
Serialized Form

Field Summary
static java.lang.String D_ARG
           
static java.lang.String F_ARG
           
static java.lang.String O_ARG
           
 
Fields inherited from class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
COMMAND_CONCAT, COMMAND_DECRYPT, COMMAND_ENCRYPT, COMMAND_MIX, COMMAND_PAGELABELS, COMMAND_ROTATE, COMMAND_SETDOCINFO, COMMAND_SETVIEWER, COMMAND_SLIDESHOW, COMMAND_SPLIT, COMMAND_UNPACK, COMPRESSED_ARG, LOG_ARG, OVERWRITE_ARG, PDFVERSION_ARG, VERSION_1_2, VERSION_1_3, VERSION_1_4, VERSION_1_5, VERSION_1_6, VERSION_1_7
 
Constructor Summary
UnpackParsedCommand()
           
UnpackParsedCommand(java.io.File outputFile, java.io.File inputDirectory, PdfFile[] inputFileList)
           
 
Method Summary
 java.lang.String getCommand()
           
 java.io.File getInputDirectory()
           
 PdfFile[] getInputFileList()
           
 java.io.File getOutputFile()
           
 void setInputDirectory(java.io.File inputDirectory)
           
 void setInputFileList(PdfFile[] inputFileList)
           
 void setOutputFile(java.io.File outputFile)
           
 java.lang.String toString()
           
 
Methods inherited from class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
getLogFile, getOutputPdfVersion, isCompress, isOverwrite, setCompress, setLogFile, setOutputPdfVersion, setOutputPdfVersion, setOverwrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

F_ARG

public static final java.lang.String F_ARG
See Also:
Constant Field Values

D_ARG

public static final java.lang.String D_ARG
See Also:
Constant Field Values

O_ARG

public static final java.lang.String O_ARG
See Also:
Constant Field Values
Constructor Detail

UnpackParsedCommand

public UnpackParsedCommand()

UnpackParsedCommand

public UnpackParsedCommand(java.io.File outputFile,
                           java.io.File inputDirectory,
                           PdfFile[] inputFileList)
Parameters:
outputFile -
inputDirectory -
inputFileList -
Method Detail

getOutputFile

public java.io.File getOutputFile()
Returns:
the outputFile

setOutputFile

public void setOutputFile(java.io.File outputFile)
Parameters:
outputFile - the outputFile to set

getInputDirectory

public java.io.File getInputDirectory()
Returns:
the inputDirectory

setInputDirectory

public void setInputDirectory(java.io.File inputDirectory)
Parameters:
inputDirectory - the inputDirectory to set

getInputFileList

public PdfFile[] getInputFileList()
Returns:
the inputFileList

setInputFileList

public void setInputFileList(PdfFile[] inputFileList)
Parameters:
inputFileList - the inputFileList to set

getCommand

public final java.lang.String getCommand()
Specified by:
getCommand in class AbstractParsedCommand
Returns:
The command associated with this dto

toString

public java.lang.String toString()
Overrides:
toString in class AbstractParsedCommand