public class CommandInput extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<String,CommandAtom> |
defineMap |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,CommandAtom> |
atom() |
CommandInput |
bind(CommandAtom atom) |
CommandInput |
bind(List<CommandAtom> atoms) |
static CommandInput |
create(List<String> names,
List<String> values) |
ConcurrentMap<String,String> |
get() |
String |
get(String name) |
org.apache.commons.cli.Options |
options() |
protected final ConcurrentMap<String,CommandAtom> defineMap
public static CommandInput create(List<String> names, List<String> values)
public ConcurrentMap<String,String> get()
public org.apache.commons.cli.Options options()
public CommandInput bind(CommandAtom atom)
public CommandInput bind(List<CommandAtom> atoms)
public ConcurrentMap<String,CommandAtom> atom()
Copyright © 2021. All rights reserved.