Class CommandLineUtils
java.lang.Object
org.checkerframework.afu.scenelib.util.CommandLineUtils
Handle javac class
CommandLine under all versions of the JDK.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]parseCommandLine(String[] args) CallsCommandLine.parse, handling both JDK 8-11 (where it takes and returns arrays) and later JDKs, where it takes and returns a list.
-
Constructor Details
-
CommandLineUtils
public CommandLineUtils()
-
-
Method Details
-
parseCommandLine
CallsCommandLine.parse, handling both JDK 8-11 (where it takes and returns arrays) and later JDKs, where it takes and returns a list.- Parameters:
args- the command line- Returns:
- the result of calling
CommandLine.parse
-