Class PropertiesVault


public class PropertiesVault extends Vault
A Java properties vault. Fetches values (case-sensitive) from the Java system properties.
Version:
1.0
  • Constructor Details

    • PropertiesVault

      public PropertiesVault(String id, String type, Dict dict)
      Creates a new properties vault from a serialized representation.
      Parameters:
      id - the object identifier
      type - the object type name
      dict - the serialized representation
  • Method Details

    • lookup

      public String lookup(String key)
      Lookup a specified key value in this vault.
      Specified by:
      lookup in class Vault
      Parameters:
      key - the key identifier
      Returns:
      the vault value corresponding to the key, or null if the key cannot be found