org.eclipse.higgins.cardstore.resources
Class CardStoreMessages

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by org.eclipse.higgins.cardstore.resources.CardStoreMessages

public class CardStoreMessages
extends ListResourceBundle


Field Summary
static String card_manager_num_of_cards_in_store
           
static String card_manager_usage
           
static String cardstore_password_prompt
           
static String copyright
           
static String dup_cardid_could_not_be_added
           
static String encrypted_store_could_not_be_decrypted
           
static String encrypted_store_could_not_be_decrypted_cipherdata_not_present
           
static String encrypted_store_could_not_be_decrypted_ciphervalue_no_data
           
static String encrypted_store_could_not_be_decrypted_ciphervalue_not_present
           
static String encrypted_store_could_not_be_decrypted_encrypteddata_not_present
           
static String encrypted_store_integrity_check_failed
           
static String encrypted_store_to_xml_w_password_should_be_called
           
static String expected_object_not_present
           
static String first_three_bytes_were_not_byte_order_mark
           
static String no_operation_given
           
static String no_supported_operation_given
           
static String no_supported_options_given
           
static String required_option_value_not_given
           
 
Constructor Summary
CardStoreMessages()
           
 
Method Summary
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

encrypted_store_could_not_be_decrypted

public static final String encrypted_store_could_not_be_decrypted
See Also:
Constant Field Values

encrypted_store_could_not_be_decrypted_ciphervalue_no_data

public static final String encrypted_store_could_not_be_decrypted_ciphervalue_no_data
See Also:
Constant Field Values

encrypted_store_could_not_be_decrypted_ciphervalue_not_present

public static final String encrypted_store_could_not_be_decrypted_ciphervalue_not_present
See Also:
Constant Field Values

encrypted_store_could_not_be_decrypted_cipherdata_not_present

public static final String encrypted_store_could_not_be_decrypted_cipherdata_not_present
See Also:
Constant Field Values

encrypted_store_could_not_be_decrypted_encrypteddata_not_present

public static final String encrypted_store_could_not_be_decrypted_encrypteddata_not_present
See Also:
Constant Field Values

first_three_bytes_were_not_byte_order_mark

public static final String first_three_bytes_were_not_byte_order_mark
See Also:
Constant Field Values

expected_object_not_present

public static final String expected_object_not_present
See Also:
Constant Field Values

card_manager_usage

public static final String card_manager_usage
See Also:
Constant Field Values

no_operation_given

public static final String no_operation_given
See Also:
Constant Field Values

no_supported_operation_given

public static final String no_supported_operation_given
See Also:
Constant Field Values

no_supported_options_given

public static final String no_supported_options_given
See Also:
Constant Field Values

required_option_value_not_given

public static final String required_option_value_not_given
See Also:
Constant Field Values

cardstore_password_prompt

public static final String cardstore_password_prompt
See Also:
Constant Field Values

encrypted_store_to_xml_w_password_should_be_called

public static final String encrypted_store_to_xml_w_password_should_be_called
See Also:
Constant Field Values

encrypted_store_integrity_check_failed

public static final String encrypted_store_integrity_check_failed
See Also:
Constant Field Values

card_manager_num_of_cards_in_store

public static final String card_manager_num_of_cards_in_store
See Also:
Constant Field Values

dup_cardid_could_not_be_added

public static final String dup_cardid_could_not_be_added
See Also:
Constant Field Values
Constructor Detail

CardStoreMessages

public CardStoreMessages()