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.
- Version:
- 1.0
-
Field Summary
Fields inherited from class org.rapidcontext.core.type.Vault
KEY_DESCRIPTION, KEY_GLOBAL, PATH
Fields 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, description, expand, find, global, loadAll, lookup
Methods inherited from class org.rapidcontext.core.storage.StorableObject
activate, activatedTime, destroy, dictKey, id, init, isActive, isModified, passivate, path, serialize, sterilize, toString, type
-
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