public class AwsS3EnvironmentRepository extends Object implements EnvironmentRepository, org.springframework.core.Ordered, SearchPathLocator
SearchPathLocator.Locations| Modifier and Type | Field and Description |
|---|---|
protected int |
order |
| Constructor and Description |
|---|
AwsS3EnvironmentRepository(com.amazonaws.services.s3.AmazonS3 s3Client,
String bucketName,
ConfigServerProperties server) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
findOne(String specifiedApplication,
String specifiedProfiles,
String specifiedLabel) |
SearchPathLocator.Locations |
getLocations(String application,
String profiles,
String label) |
int |
getOrder() |
void |
setOrder(int order) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindOnepublic AwsS3EnvironmentRepository(com.amazonaws.services.s3.AmazonS3 s3Client,
String bucketName,
ConfigServerProperties server)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
public Environment findOne(String specifiedApplication, String specifiedProfiles, String specifiedLabel)
findOne in interface EnvironmentRepositorypublic SearchPathLocator.Locations getLocations(String application, String profiles, String label)
getLocations in interface SearchPathLocatorCopyright © 2021 Pivotal Software, Inc.. All rights reserved.