Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keymanager.cli
Class SubCommandWithKeyStore

java.lang.Object
  extended by org.cumulus4j.keymanager.cli.SubCommand
      extended by org.cumulus4j.keymanager.cli.SubCommandWithKeyStore
Direct Known Subclasses:
SubCommandWithKeyStoreWithAuth

Deprecated. All sub-commands that currently subclass this class should instead subclass SubCommandWithKeyManagerAPI or one of its subclasses.

@Deprecated
public abstract class SubCommandWithKeyStore
extends SubCommand

Abstract SubCommand implementation for being subclassed when a key-store is used.

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

Constructor Summary
SubCommandWithKeyStore()
          Deprecated.  
 
Method Summary
 KeyStore getKeyStore()
          Deprecated.  
 File getKeyStoreFile()
          Deprecated.  
 void prepare()
          Deprecated.  
 
Methods inherited from class org.cumulus4j.keymanager.cli.SubCommand
getSubCommandDescription, getSubCommandName, promptPassword, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubCommandWithKeyStore

public SubCommandWithKeyStore()
Deprecated. 
Method Detail

getKeyStoreFile

public File getKeyStoreFile()
Deprecated. 

getKeyStore

public KeyStore getKeyStore()
Deprecated. 

prepare

public void prepare()
             throws Exception
Deprecated. 
Overrides:
prepare in class SubCommand
Throws:
Exception

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.