Uses of Class
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 PropertyStorePropertyStore.propertyStore()Creates a new empy PropertyStore.static PropertyStorePropertyStore.propertyStore(InputStream inputStream) Creates a new PropertyStore initialized with the properties found in the given file.static PropertyStorePropertyStore.propertyStore(Path propertiesFile) Creates a new PropertyStore initialized with the properties found in the given file.static PropertyStorePropertyStore.propertyStore(Properties properties) Creates a new PropertyStore initialized with the given properties.