org.pdfsam.console.business.parser.handlers
Class SplitCmdHandler

java.lang.Object
  extended by org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
      extended by org.pdfsam.console.business.parser.handlers.SplitCmdHandler
All Implemented Interfaces:
CmdHandler

public class SplitCmdHandler
extends AbstractCmdHandler

Handler for the split command

Author:
Andrea Vacondio

Field Summary
static java.lang.String SPLIT_EXAMPLES
          Examples text for the split handler
 
Fields inherited from interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
COMMAND
 
Constructor Summary
SplitCmdHandler()
           
 
Method Summary
 java.util.Collection getArguments()
           
 java.lang.String getCommandDescription()
           
 java.lang.String getHelpExamples()
           
 java.lang.String getHelpMessage()
           
 java.util.Collection getOptions()
           
 
Methods inherited from class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
getCommandLineHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPLIT_EXAMPLES

public static final java.lang.String SPLIT_EXAMPLES
Examples text for the split handler

See Also:
Constant Field Values
Constructor Detail

SplitCmdHandler

public SplitCmdHandler()
Method Detail

getArguments

public java.util.Collection getArguments()
Specified by:
getArguments in interface CmdHandler
Specified by:
getArguments in class AbstractCmdHandler
Returns:
Arguments for this handler

getCommandDescription

public java.lang.String getCommandDescription()
Specified by:
getCommandDescription in interface CmdHandler
Specified by:
getCommandDescription in class AbstractCmdHandler
Returns:
Description for the command of this handler

getHelpExamples

public java.lang.String getHelpExamples()
Specified by:
getHelpExamples in interface CmdHandler
Specified by:
getHelpExamples in class AbstractCmdHandler
Returns:
Help examples message for this handler

getHelpMessage

public java.lang.String getHelpMessage()
Returns:
Help message for this handler

getOptions

public java.util.Collection getOptions()
Specified by:
getOptions in interface CmdHandler
Specified by:
getOptions in class AbstractCmdHandler
Returns:
Options for this handler