public final class RuntimePropertyParser extends Object
| Constructor and Description |
|---|
RuntimePropertyParser() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
parse(String[] args)
Parses all arguments to find those that set Java system properties (those that start with
"-D").
|
public static String[] parse(String[] args)