public class CommandLineParser extends Object
| Constructor and Description |
|---|
CommandLineParser(String... args) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getCommandName()
Get command name.
|
Optional<String> |
getCommandParam()
Get command parameters.
|
Optional<String> |
getCustomConfigPath()
Get custom config path.
|
Optional<String> |
getCustomLibPath()
Get custom lib path.
|
public CommandLineParser(String... args) throws CipherToolException
CipherToolExceptionCopyright © 2017 WSO2. All rights reserved.