|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.pentaho.di.ui.spoon | This package contains the classes needed by Spoon. |
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,
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. |
Uses of CommandLineOption in org.pentaho.di.ui.spoon |
---|
Methods in org.pentaho.di.ui.spoon that return CommandLineOption | |
---|---|
static CommandLineOption[] |
Spoon.getCommandLineArgs(List<String> args)
|
static CommandLineOption |
Spoon.getCommandLineOption(CommandLineOption[] options,
String opt)
|
Methods in org.pentaho.di.ui.spoon with parameters of type CommandLineOption | |
---|---|
static CommandLineOption |
Spoon.getCommandLineOption(CommandLineOption[] options,
String opt)
|
void |
Spoon.handleStartOptions(CommandLineOption[] options)
|
void |
Spoon.selectRep(CommandLineOption[] options)
|
void |
Spoon.start(CommandLineOption[] options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |