Class Import

java.lang.Object
org.pentaho.di.imp.Import

public class Import extends Object
  • Field Details

  • Constructor Details

    • Import

      public Import()
  • Method Details

    • 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