Uses of Interface
org.springframework.cloud.config.server.environment.SearchPathLocator
Packages that use SearchPathLocator
Package
Description
-
Uses of SearchPathLocator in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config with parameters of type SearchPathLocatorModifier and TypeMethodDescriptionResourceRepositoryConfiguration.resourceRepository(SearchPathLocator service, ConfigServerProperties properties) -
Uses of SearchPathLocator in org.springframework.cloud.config.server.environment
Classes in org.springframework.cloud.config.server.environment that implement SearchPathLocatorModifier and TypeClassDescriptionclassclassclassAnEnvironmentRepositorybacked by a single git repository.classEnvironmentRepositorythat based on one or more git repositories.static classAJGitEnvironmentPropertiesthat matches patterns.classSimple implementation ofEnvironmentRepositorythat uses a SpringApplication and configuration files located through the normal protocols.classACompositeEnvironmentRepositorywhich implementsSearchPathLocator.classSubversion-backedEnvironmentRepository. -
Uses of SearchPathLocator in org.springframework.cloud.config.server.resource
Constructors in org.springframework.cloud.config.server.resource with parameters of type SearchPathLocatorModifierConstructorDescriptionGenericResourceRepository(SearchPathLocator service, ConfigServerProperties properties)