public class DefaultJShellOptionsParser extends Object implements JShellOptionsParser
| Constructor and Description |
|---|
DefaultJShellOptionsParser(net.thevpc.nuts.NutsApplicationContext appContext) |
| Modifier and Type | Method and Description |
|---|---|
protected JShellOptions |
createOptions(net.thevpc.nuts.NutsApplicationContext appContext) |
JShellOptions |
parse(String[] args) |
protected void |
parseNextArgument(List<String> args,
JShellOptions options) |
protected void |
parseUnsupportedNextArgument(List<String> args,
JShellOptions options) |
protected void |
postParse(JShellOptions options) |
public DefaultJShellOptionsParser(net.thevpc.nuts.NutsApplicationContext appContext)
protected JShellOptions createOptions(net.thevpc.nuts.NutsApplicationContext appContext)
public JShellOptions parse(String[] args)
parse in interface JShellOptionsParserprotected void postParse(JShellOptions options)
protected void parseNextArgument(List<String> args, JShellOptions options)
protected void parseUnsupportedNextArgument(List<String> args, JShellOptions options)
Copyright © 2022 vpc open source initiative. All rights reserved.