Uses of Interface
org.springframework.cloud.config.server.environment.SearchPathLocator
-
Packages that use SearchPathLocator Package Description org.springframework.cloud.config.server.config org.springframework.cloud.config.server.environment org.springframework.cloud.config.server.resource -
-
Uses of SearchPathLocator in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config with parameters of type SearchPathLocator Modifier and Type Method Description ResourceRepositoryResourceRepositoryConfiguration. 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 SearchPathLocator Modifier and Type Class Description classAbstractScmEnvironmentRepositoryclassAwsS3EnvironmentRepositoryclassJGitEnvironmentRepositoryAnEnvironmentRepositorybacked by a single git repository.classMultipleJGitEnvironmentRepositoryEnvironmentRepositorythat based on one or more git repositories.static classMultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepositoryAJGitEnvironmentPropertiesthat matches patterns.classNativeEnvironmentRepositorySimple implementation ofEnvironmentRepositorythat uses a SpringApplication and configuration files located through the normal protocols.classSearchPathCompositeEnvironmentRepositoryACompositeEnvironmentRepositorywhich implementsSearchPathLocator.classSvnKitEnvironmentRepositorySubversion-backedEnvironmentRepository. -
Uses of SearchPathLocator in org.springframework.cloud.config.server.resource
Constructors in org.springframework.cloud.config.server.resource with parameters of type SearchPathLocator Constructor Description GenericResourceRepository(SearchPathLocator service)GenericResourceRepository(SearchPathLocator service, ConfigServerProperties properties)
-