public interface PlainTextConfigClient
| Modifier and Type | Method and Description |
|---|---|
Resource |
getConfigFile(String path)
Retrieves a config file using the defaults profiles and labels.
|
Resource |
getConfigFile(String profile,
String label,
String path)
Retrieves a config file.
|
Resource getConfigFile(String path)
path - config file nameIllegalArgumentException - when application name or Config Server url is
undefined.HttpClientErrorException - when a config file is not found.Resource getConfigFile(String profile, String label, String path)
IllegalArgumentException - when application name or Config Server url is
undefined.HttpClientErrorException - when a config file is not found.