Class Import


  • public class Import
    extends Object
    • Constructor Detail

      • Import

        public Import()
    • Method Detail

      • main

        public static void main​(String[] a)
                         throws org.pentaho.di.core.exception.KettleException
        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 of
        def - 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