Class CommandLineArguments

java.lang.Object
org.opengis.cite.eogeojson10.CommandLineArguments

public class CommandLineArguments extends Object
Declares supported command line arguments that are parsed using the JCommander library. All arguments are optional. The default values are as follows:
  • XML properties file: ${user.home}/test-run-props.xml
  • outputDir: ${user.home}
  • deleteSubjectOnFinish: false

Synopsis

 ets-${ets-code}-${version}-aio.jar [-o|--outputDir $TMPDIR] [-d|--deleteSubjectOnFinish] [test-run-props.xml]
 
  • Constructor Details

    • CommandLineArguments

      public CommandLineArguments()

      Constructor for CommandLineArguments.

  • Method Details

    • getPropertiesFile

      public File getPropertiesFile()

      getPropertiesFile.

      Returns:
      a File object
    • getOutputDir

      public String getOutputDir()

      Getter for the field outputDir.

      Returns:
      a String object
    • doDeleteSubjectOnFinish

      public boolean doDeleteSubjectOnFinish()

      doDeleteSubjectOnFinish.

      Returns:
      a boolean