Package org.opengis.cite.ogcapitiles10
Class CommandLineArguments
java.lang.Object
org.opengis.cite.ogcapitiles10.CommandLineArguments
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanboolean
- 
Constructor Details- 
CommandLineArgumentspublic CommandLineArguments()
 
- 
- 
Method Details- 
getPropertiesFile
- 
getOutputDir
- 
doDeleteSubjectOnFinishpublic boolean doDeleteSubjectOnFinish()
- 
isGenerateHtmlReportpublic boolean isGenerateHtmlReport()
 
-