Package org.rapidcontext.app.model
Class PropertiesVault
java.lang.Object
org.rapidcontext.core.storage.StorableObject
org.rapidcontext.core.type.Vault
org.rapidcontext.app.model.PropertiesVault
A Java properties vault. Fetches values (case-sensitive) from the
Java system properties.
-
Field Summary
Fields inherited from class org.rapidcontext.core.type.Vault
KEY_DESCRIPTION, KEY_GLOBAL, PATH, PATH_CONFIGFields inherited from class org.rapidcontext.core.storage.StorableObject
dict, KEY_ACTIVATED_TIME, KEY_CLASSNAME, KEY_ID, KEY_TYPE, PREFIX_COMPUTED, PREFIX_HIDDEN -
Constructor Summary
ConstructorsConstructorDescriptionPropertiesVault(String id, String type, Dict dict) Creates a new properties vault from a serialized representation. -
Method Summary
Methods inherited from class org.rapidcontext.core.type.Vault
canExpand, canExpand, description, expand, find, global, loadAll, lookup
-
Constructor Details
-
PropertiesVault
Creates a new properties vault from a serialized representation.- Parameters:
id- the object identifiertype- the object type namedict- the serialized representation
-
-
Method Details