Package | Description |
---|---|
org.jboss.util.property |
An advanced property access, managment and notification system.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyContainer
Provides helper methods for working with instance or class properties.
|
class |
PropertyGroup
This is a helper class to access a group of properties with out having to
refer to their full names.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMap |
PropertyManager.getDefaultPropertyMap()
Get the default PropertyMap.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PropertyMap props)
Configure this object with the given properties.
|
void |
MethodBoundPropertyListener.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property.
|
void |
BoundPropertyAdapter.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property.
|
void |
FieldBoundPropertyListener.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property.
|
void |
BoundPropertyListener.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property.
|
void |
BoundPropertyAdapter.propertyUnbound(PropertyMap map)
Notifies that this listener was unbound from a property.
|
void |
BoundPropertyListener.propertyUnbound(PropertyMap map)
Notifies that this listener was unbound from a property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.