| Modifier and Type | Method and Description |
|---|---|
PublishedConfiguration |
SliderClient.actionRegistryGetConfig(ActionRegistryArgs registryArgs)
list configs available for an instance
|
| Modifier and Type | Field and Description |
|---|---|
protected PublishedConfiguration |
PublishedConfigurationOutputter.owner |
| Modifier and Type | Field and Description |
|---|---|
Map<String,PublishedConfiguration> |
PublishedConfigSet.configurations |
| Modifier and Type | Method and Description |
|---|---|
PublishedConfiguration |
PublishedConfigSet.get(String name) |
PublishedConfiguration |
PublishedConfiguration.shallowCopy()
This makes a copy without the nested content -so is suitable
for returning as part of the list of a parent's values
|
| Modifier and Type | Method and Description |
|---|---|
static PublishedConfigurationOutputter |
PublishedConfigurationOutputter.createOutputter(ConfigFormat format,
PublishedConfiguration owner)
Create an outputter for the chosen format
|
void |
PublishedConfigSet.put(String name,
PublishedConfiguration conf)
Put a name -it will be converted to lower case before insertion.
|
| Constructor and Description |
|---|
PublishedConfigurationOutputter.EnvOutputter(PublishedConfiguration owner) |
PublishedConfigurationOutputter.JsonOutputter(PublishedConfiguration owner) |
PublishedConfigurationOutputter.PropertiesOutputter(PublishedConfiguration owner) |
PublishedConfigurationOutputter.XmlOutputter(PublishedConfiguration owner) |
PublishedConfigurationOutputter(PublishedConfiguration owner) |
| Modifier and Type | Method and Description |
|---|---|
PublishedConfiguration |
RegistryRetriever.retrieveConfiguration(PublishedConfigSet configSet,
String name,
boolean external)
Get a complete configuration, with all values
|
| Modifier and Type | Method and Description |
|---|---|
PublishedConfiguration |
PublisherResource.getConfigurationInstance(String setname,
String config,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletResponse res) |
PublishedConfiguration |
PublisherResource.getPublishedConfiguration(String setname,
String config)
Get a configuration
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.