public class SimpleCommandLineParser extends Object implements CommandLineParser
| Modifier and Type | Field and Description |
|---|---|
protected String |
parametersPropertyName |
| Constructor and Description |
|---|
SimpleCommandLineParser(String parametersPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParametersPropertyName() |
String |
parse(String commandLine,
org.apache.commons.chain.Context context)
parses command line and puts some parameters (if any) to the Context by
some rules
|
protected final String parametersPropertyName
public SimpleCommandLineParser(String parametersPropertyName)
public String parse(String commandLine, org.apache.commons.chain.Context context)
CommandLineParserparse in interface CommandLineParserpublic String getParametersPropertyName()
Copyright © 2021 eXo Platform SAS. All Rights Reserved.