Class CommandLine
java.lang.Object
com.ibm.wala.util.io.CommandLine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
create a Properties object representing the properties set by the command line args.
-
Constructor Details
-
CommandLine
public CommandLine()
-
-
Method Details
-
parse
create a Properties object representing the properties set by the command line args. if args[i] is "-foo" and args[i+1] is "bar", then the result will define a property with key "foo" and value "bar"- Throws:
IllegalArgumentException
- if args == null
-