public class CommandLine
extends java.lang.Object
| Constructor and Description |
|---|
CommandLine() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
parse(java.lang.String[] args)
Process Win32-style command files for the specified command line
arguments and return the resulting arguments.
|
public static java.lang.String[] parse(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionCopyright © 2017. All Rights Reserved.