Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
BindingProperty |
createBinding(String name)
Creates the specified deferred-binding property, or returns an existing one
by the specified name if present.
|
ConfigurationProperty |
createConfiguration(String name,
boolean allowMultipleValues)
Creates the specified configuration property, or returns an existing one by
the specified name if present.
|
Property |
find(String name) |
SortedSet<BindingProperty> |
getBindingProperties()
Gets all deferred binding properties in sorted order.
|
SortedSet<ConfigurationProperty> |
getConfigurationProperties() |
Iterator<Property> |
iterator() |
public BindingProperty createBinding(String name)
public ConfigurationProperty createConfiguration(String name, boolean allowMultipleValues)
public SortedSet<BindingProperty> getBindingProperties()
public SortedSet<ConfigurationProperty> getConfigurationProperties()
Copyright © 2018. All rights reserved.