public class CmdArgs extends PMap
| Constructor and Description |
|---|
CmdArgs() |
CmdArgs(Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
CmdArgs |
put(String key,
Object str) |
static CmdArgs |
read(String[] args)
This method creates a CmdArgs object from the specified string array (a list of key=value pairs).
|
static CmdArgs |
readFromSystemProperties() |
Copyright © 2012–2018. All rights reserved.