@ConfigurationProperties(value="spring.cloud.config.server.svn") public class SvnKitEnvironmentRepository extends AbstractScmEnvironmentRepository implements EnvironmentRepository, org.springframework.beans.factory.InitializingBean
EnvironmentRepository.SearchPathLocator.Locations| Constructor and Description |
|---|
SvnKitEnvironmentRepository(org.springframework.core.env.ConfigurableEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getDefaultLabel() |
SearchPathLocator.Locations |
getLocations(String application,
String profile,
String label) |
protected File |
getWorkingDirectory() |
void |
setDefaultLabel(String defaultLabel) |
void |
setOrder(int order) |
findOne, getOrdercreateBaseDir, getBasedir, getEnvironment, getPassphrase, getPassword, getSearchLocations, getSearchPaths, getUri, getUsername, isStrictHostKeyChecking, setBasedir, setEnvironment, setPassphrase, setPassword, setResourceLoader, setSearchPaths, setStrictHostKeyChecking, setUri, setUsernameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindOnepublic SvnKitEnvironmentRepository(org.springframework.core.env.ConfigurableEnvironment environment)
public String getDefaultLabel()
public void setDefaultLabel(String defaultLabel)
public SearchPathLocator.Locations getLocations(String application, String profile, String label)
getLocations in interface SearchPathLocatorpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected File getWorkingDirectory()
getWorkingDirectory in class AbstractScmAccessorpublic void setOrder(int order)
setOrder in class AbstractScmEnvironmentRepositoryCopyright © 2017 Pivotal Software, Inc.. All rights reserved.