public class Properties extends Object
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
void |
addBindingProperty(BindingProperty bindingProperty)
Adds a previously created deferred-binding property.
|
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) |
BindingProperty |
findBindingProp(String propName)
Returns the property if (and only if) it's a BindingProperty, otherwise null.
|
ConfigurationProperty |
findConfigProp(String propName)
Returns the property if (and only if) it's a ConfigurationProperty, otherwise null.
|
SortedSet<BindingProperty> |
getBindingProperties()
Gets all deferred binding properties in sorted order.
|
SortedSet<ConfigurationProperty> |
getConfigurationProperties() |
public void addBindingProperty(BindingProperty bindingProperty)
public BindingProperty createBinding(String name)
public ConfigurationProperty createConfiguration(String name, boolean allowMultipleValues)
public BindingProperty findBindingProp(String propName)
public ConfigurationProperty findConfigProp(String propName)
public SortedSet<BindingProperty> getBindingProperties()
public SortedSet<ConfigurationProperty> getConfigurationProperties()
Copyright © 2018. All rights reserved.