Uses of Interface
is.codion.common.property.PropertyStore
Packages that use PropertyStore
-
Uses of PropertyStore in is.codion.common.property
Methods in is.codion.common.property that return PropertyStoreModifier and TypeMethodDescriptionstatic PropertyStore
PropertyStore.propertyStore()
Creates a new empy PropertyStore.static PropertyStore
PropertyStore.propertyStore
(InputStream inputStream) Creates a new PropertyStore initialized with the properties found in the given file.static PropertyStore
PropertyStore.propertyStore
(Path propertiesFile) Creates a new PropertyStore initialized with the properties found in the given file.static PropertyStore
PropertyStore.propertyStore
(Properties properties) Creates a new PropertyStore initialized with the given properties.