@InterfaceStability.Evolving public class Config extends Object
The API of this class is evolving, see Admin for details.
| Constructor and Description |
|---|
Config(Collection<ConfigEntry> entries)Create a configuration instance with the provided entries. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConfigEntry> | entries()Configuration entries for a resource. |
boolean | equals(Object o) |
ConfigEntry | get(String name)Get the configuration entry with the provided name or null if there isn't one. |
int | hashCode() |
String | toString() |
public Config(Collection<ConfigEntry> entries)
public Collection<ConfigEntry> entries()
public ConfigEntry get(String name)