Package org.pentaho.di.imp
Class Import
java.lang.Object
org.pentaho.di.imp.Import
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected static int
parseIntArgument
(CommandLineOption option, int def) Parse an argument as an integer.
-
Field Details
-
STRING_IMPORT
- See Also:
-
ROOT_DIRECTORY
- See Also:
-
PUBLIC_DIRECTORY
- See Also:
-
HOME_DIRECTORY
- See Also:
-
-
Constructor Details
-
Import
public Import()
-
-
Method Details
-
main
- Throws:
org.pentaho.di.core.exception.KettleException
-
parseIntArgument
protected static int parseIntArgument(CommandLineOption option, int def) throws org.pentaho.di.core.exception.KettleException Parse an argument as an integer.- Parameters:
option
- Command Line Option to parse argument ofdef
- Default if the argument is not set- Returns:
- The parsed argument or the default if the argument was not specified
- Throws:
org.pentaho.di.core.exception.KettleException
- Error parsing provided argument as an integer
-