public class DefaultServiceProperties extends Object implements ServiceProperties
| Constructor and Description |
|---|
DefaultServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSimpleProperty(String name) |
boolean |
equals(Object o) |
String |
get(String name) |
List<ServiceProperties> |
getNested(String name) |
List<ServiceProperties> |
getNested(String name,
boolean create) |
int |
hashCode() |
boolean |
isEmpty() |
Iterable<String> |
nestedPropertyNames() |
void |
put(String name,
String value) |
Iterable<String> |
simplePropertyNames() |
String |
toString() |
public boolean containsSimpleProperty(String name)
public String get(String name)
get in interface ServicePropertiesget(java.lang.String)public List<ServiceProperties> getNested(String name)
getNested in interface ServicePropertiespublic List<ServiceProperties> getNested(String name, boolean create)
getNested in interface ServicePropertiespublic Iterable<String> nestedPropertyNames()
nestedPropertyNames in interface ServicePropertiespublic boolean isEmpty()
isEmpty in interface ServicePropertiespublic Iterable<String> simplePropertyNames()
simplePropertyNames in interface ServicePropertiespublic void put(String name, String value)
put in interface ServicePropertiesCopyright © 2014–2016. All rights reserved.