Class RunProperties
java.lang.Object
org.palladiosimulator.protocom.framework.java.se.utils.RunProperties
-
Constructor Summary
ConstructorDescriptionRunProperties
(org.apache.commons.cli.CommandLine cmdLine, org.apache.commons.cli.Options options) -
Method Summary
Modifier and TypeMethodDescriptiongetOptionObject
(char opt) getOptionObject
(String opt) getOptionValue
(char opt) getOptionValue
(String opt) boolean
hasOption
(char opt) boolean
-
Constructor Details
-
RunProperties
public RunProperties(org.apache.commons.cli.CommandLine cmdLine, org.apache.commons.cli.Options options)
-
-
Method Details
-
getOptionValue
-
getOptionValue
-
hasOption
public boolean hasOption(char opt) -
hasOption
-
getOptionObject
-
getOptionObject
-