public class CloudStoreClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudStoreClient.ConsoleDynamicX509TrustManagerCallback |
| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends SubCommand>> |
subCommandClasses |
Map<String,SubCommand> |
subCommandName2subCommand |
List<SubCommand> |
subCommands |
| Constructor and Description |
|---|
CloudStoreClient(String... args) |
| Modifier and Type | Method and Description |
|---|---|
int |
execute() |
boolean |
isThrowException() |
static void |
main(String... args)
Main method providing a command line interface (CLI) to the
KeyStore. |
void |
setThrowException(boolean throwException) |
CloudStoreClient |
throwException(boolean throwException) |
public static final List<Class<? extends SubCommand>> subCommandClasses
public final List<SubCommand> subCommands
public final Map<String,SubCommand> subCommandName2subCommand
public CloudStoreClient(String... args)
public static void main(String... args) throws Exception
KeyStore.args - the program arguments.Exceptionpublic boolean isThrowException()
public void setThrowException(boolean throwException)
public CloudStoreClient throwException(boolean throwException)
Copyright © 2013-2014. All Rights Reserved.