Uses of Class
org.pentaho.di.pan.CommandLineOption

Packages that use CommandLineOption
org.pentaho.di.kitchen This package contains the Kitchen job batch executor. 
org.pentaho.di.pan This package contains Pan, the batch transformation executor. 
 

Uses of CommandLineOption in org.pentaho.di.kitchen
 

Methods in org.pentaho.di.kitchen with parameters of type CommandLineOption
static void Kitchen.configureLogging(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption)
          Configure the central log store from the provided command line options
 

Uses of CommandLineOption in org.pentaho.di.pan
 

Methods in org.pentaho.di.pan with parameters of type CommandLineOption
static boolean CommandLineOption.parseArguments(List<String> args, CommandLineOption[] options, org.pentaho.di.core.logging.LogChannelInterface log)
          Parse and set the command line arguments using the defined options.
static void CommandLineOption.printUsage(CommandLineOption[] options)
          Print the usage of an application using the command line options.