Uses of Class
org.pentaho.di.pan.CommandLineOption
Packages that use CommandLineOption
-
Uses of CommandLineOption in org.pentaho.di.imp
Methods in org.pentaho.di.imp with parameters of type CommandLineOptionModifier and TypeMethodDescriptionprotected static int
Import.parseIntArgument
(CommandLineOption option, int def) Parse an argument as an integer. -
Uses of CommandLineOption in org.pentaho.di.kitchen
Methods in org.pentaho.di.kitchen with parameters of type CommandLineOptionModifier and TypeMethodDescriptionstatic void
Kitchen.configureLogging
(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption) Configure the central log store from the provided command line optionsprotected static int
Kitchen.parseIntArgument
(CommandLineOption option, int def) Parse an argument as an integer. -
Uses of CommandLineOption in org.pentaho.di.pan
Methods in org.pentaho.di.pan with parameters of type CommandLineOptionModifier and TypeMethodDescriptionstatic 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.