Class ZookeeperPropertySources
java.lang.Object
org.springframework.cloud.zookeeper.config.ZookeeperPropertySources
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionZookeeperPropertySources(ZookeeperConfigProperties properties, org.apache.commons.logging.Log log) -
Method Summary
Modifier and TypeMethodDescriptioncreatePropertySource(String context, boolean optional, org.apache.curator.framework.CuratorFramework curator) generateAutomaticContexts(List<String> profiles, boolean reverse) getAutomaticContexts(List<String> profiles) getAutomaticContexts(List<String> profiles, boolean reverse)
-
Constructor Details
-
ZookeeperPropertySources
public ZookeeperPropertySources(ZookeeperConfigProperties properties, org.apache.commons.logging.Log log)
-
-
Method Details
-
getAutomaticContexts
-
getAutomaticContexts
-
generateAutomaticContexts
public List<ZookeeperPropertySources.Context> generateAutomaticContexts(List<String> profiles, boolean reverse) -
createPropertySource
public ZookeeperPropertySource createPropertySource(String context, boolean optional, org.apache.curator.framework.CuratorFramework curator)
-