Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keymanager.cli
Class KeyManagerCLI

java.lang.Object
  extended by org.cumulus4j.keymanager.cli.KeyManagerCLI

public class KeyManagerCLI
extends Object

Command line tool for the key store.

Though this is the main class of the CLI, the actual logic for all command line operations is implemented in subclasses of SubCommand.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Field Summary
static List<Class<? extends SubCommand>> subCommandClasses
           
static Map<String,SubCommand> subCommandName2subCommand
           
static List<SubCommand> subCommands
           
 
Constructor Summary
KeyManagerCLI()
           
 
Method Summary
static void main(String[] args)
          Main method providing a command line interface (CLI) to the KeyStore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subCommandClasses

public static final List<Class<? extends SubCommand>> subCommandClasses

subCommands

public static final List<SubCommand> subCommands

subCommandName2subCommand

public static final Map<String,SubCommand> subCommandName2subCommand
Constructor Detail

KeyManagerCLI

public KeyManagerCLI()
Method Detail

main

public static void main(String[] args)
Main method providing a command line interface (CLI) to the KeyStore.

Parameters:
args - the program arguments.

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.