Uses of Interface
org.constretto.ConfigurationStore

Packages that use ConfigurationStore
org.constretto   
org.constretto.internal.provider   
org.constretto.internal.store   
org.constretto.model   
 

Uses of ConfigurationStore in org.constretto
 

Methods in org.constretto with parameters of type ConfigurationStore
 ConstrettoBuilder ConstrettoBuilder.addConfigurationStore(ConfigurationStore configurationStore)
           
 

Uses of ConfigurationStore in org.constretto.internal.provider
 

Methods in org.constretto.internal.provider with parameters of type ConfigurationStore
 ConfigurationProvider ConfigurationProvider.addConfigurationStore(ConfigurationStore configurationStore)
           
 

Uses of ConfigurationStore in org.constretto.internal.store
 

Classes in org.constretto.internal.store that implement ConfigurationStore
 class EncryptedPropertiesStore
          Has support for jasypt encrypted properties.
 class IniFileConfigurationStore
           
 class ObjectConfigurationStore
           
 class PropertiesStore
          This is a store for text files implementing key=value pairs.
 class SystemPropertiesStore
           
 

Uses of ConfigurationStore in org.constretto.model
 

Methods in org.constretto.model that return types with arguments of type ConfigurationStore
 Class<? extends ConfigurationStore> TaggedPropertySet.getStoreClass()
           
 

Constructor parameters in org.constretto.model with type arguments of type ConfigurationStore
TaggedPropertySet(Map<String,String> properties, Class<? extends ConfigurationStore> storeClass)
           
TaggedPropertySet(String tag, Map<String,String> properties, Class<? extends ConfigurationStore> storeClass)
           
 



Copyright © 2008-2011. All Rights Reserved.