org.eclipse.higgins.cardstore.manager
Class ICardManager

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.manager.ICardManager

public class ICardManager
extends Object

This class implements the UI for managing ICards that are stored in CRDS (EncryptedStore) files.


Field Summary
static String copyright
           
static int FAILURE
           
static int SUCCESS
           
 
Constructor Summary
ICardManager()
           
 
Method Summary
 int invoke(String[] args)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

FAILURE

public static final int FAILURE
See Also:
Constant Field Values
Constructor Detail

ICardManager

public ICardManager()
Method Detail

main

public static void main(String[] args)

invoke

public int invoke(String[] args)