public class ConfigurationProperty extends Object
| Type | Property and Description |
|---|---|
boolean |
isFramework
Gets the value of the property frameworkProperty.
|
| Constructor and Description |
|---|
ConfigurationProperty(ConfigurationPropertyRegistry registry,
org.apache.commons.configuration.Configuration configuration,
org.apache.commons.configuration.Configuration writeConfiguration,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConfigurationPropertyBindingSite site) |
List<ConfigurationPropertyBindingSite> |
getBindings() |
Set<Object> |
getBoundValues() |
String |
getDocumentation() |
Collection<String> |
getHrefs() |
String |
getName() |
Class<?> |
getType() |
String |
getValue() |
boolean |
isDeprecated() |
boolean |
isFrameworkProperty()
Gets the value of the property frameworkProperty.
|
boolean |
isReconfigurable() |
void |
set(String value) |
void |
validate(String value) |
public boolean isFrameworkProperty
public ConfigurationProperty(ConfigurationPropertyRegistry registry, org.apache.commons.configuration.Configuration configuration, org.apache.commons.configuration.Configuration writeConfiguration, String name)
public void add(ConfigurationPropertyBindingSite site)
public String getName()
public boolean isFrameworkProperty()
public boolean isReconfigurable()
public Class<?> getType()
public List<ConfigurationPropertyBindingSite> getBindings()
public boolean isDeprecated()
public String getDocumentation()
public Collection<String> getHrefs()
public void set(String value)
public void validate(String value)
public String getValue()
Copyright © 2016. All rights reserved.