| Modifier and Type | Method and Description |
|---|---|
static Argument |
Argument.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Argument[] |
Argument.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Argument.help(Argument argument) |
| Modifier and Type | Method and Description |
|---|---|
int |
ControllerCache.RemoteCacheRunnable.execute(org.infinispan.client.hotrod.RemoteCache<K,V> remoteCache,
Map<Argument,String> map) |
static void |
Argument.parse(Queue<String> args,
Map<Argument,String> map) |
static void |
Argument.setDefaultValues(Map<Argument,String> map) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.