Package org.hglteam.config.remote
Interface RemoteConfigObjectFactory
-
public interface RemoteConfigObjectFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OriginTrackedPropertySourcecreatePropertySource(String propertySourceName, Map<String,Object> properties)OriginTrackedPropertyValue<?>createPropertyValue(String propertySourceName, Object origin, Object value)RemotePropertySourcecreateRemotePropertySource(String propertySourceName)
-
-
-
Method Detail
-
createPropertyValue
OriginTrackedPropertyValue<?> createPropertyValue(String propertySourceName, Object origin, Object value)
-
createPropertySource
OriginTrackedPropertySource createPropertySource(String propertySourceName, Map<String,Object> properties)
-
createRemotePropertySource
RemotePropertySource createRemotePropertySource(String propertySourceName)
-
-