public class Import extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ROOT_DIRECTORY |
static String |
STRING_IMPORT |
Constructor and Description |
---|
Import() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] a) |
protected static int |
parseIntArgument(CommandLineOption option,
int def)
Parse an argument as an integer.
|
public static final String STRING_IMPORT
public static final String ROOT_DIRECTORY
public static void main(String[] a) throws KettleException
KettleException
protected static int parseIntArgument(CommandLineOption option, int def) throws KettleException
option
- Command Line Option to parse argument ofdef
- Default if the argument is not setKettleException
- Error parsing provided argument as an integerCopyright © 2018 Hitachi Vantara. All rights reserved.