public class CommandLine extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Constructor and Description |
---|
CommandLine() |
Modifier and Type | Method and Description |
---|---|
static String[] |
parse(String[] args)
Process Win32-style command files for the specified command line
arguments and return the resulting arguments.
|
public static String[] parse(String[] args) throws IOException
IOException
Copyright © 2016. All rights reserved.