Package com.tngtech.jgiven.report.config
Class CommandLineOption
java.lang.Object
com.tngtech.jgiven.report.config.CommandLineOption
Defines a command line interface for use in
ConfigOption with automatic help description generation used by ConfigOptionParser.printUsageAndExit(List)
Instantiation through CommandLineOptionBuilder-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetArgumentDelimiter(String delimiter) voidsetLongPrefix(String longPrefix) voidsetPlaceholder(String placeholder) voidsetShortPrefix(String shortPrefix)
-
Constructor Details
-
CommandLineOption
public CommandLineOption()
-
-
Method Details
-
setArgumentDelimiter
-
getDelimiter
-
hasShortFlag
public boolean hasShortFlag() -
setShortPrefix
-
setLongPrefix
-
hasArgument
public boolean hasArgument() -
getShortFlag
-
getLongFlag
-
setPlaceholder
-
getPlaceholder
-
showFlagInfo
-