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.
|
Optional<String> |
getRuntime()
Get runtime
|
public CommandLineParser(String... args) throws CipherToolException
CipherToolExceptionpublic Optional<String> getCustomConfigPath()
public Optional<String> getCustomLibPath()
public Optional<String> getCommandParam()
Copyright © 2025 WSO2. All rights reserved.