Package | Description |
---|---|
org.jboss.util.property |
An advanced property access, managment and notification system.
|
Modifier and Type | Method and Description |
---|---|
static PropertyGroup |
Property.getGroup(String basename)
Get a property group for the given property base
|
static PropertyGroup |
Property.getGroup(String basename,
int index)
Get a property group for the given property base at the given index
|
static PropertyGroup |
PropertyManager.getPropertyGroup(String basename)
Get a property group for the given property base.
|
PropertyGroup |
PropertyMap.getPropertyGroup(String basename)
Get a property group for the given property base.
|
static PropertyGroup |
PropertyManager.getPropertyGroup(String basename,
int index)
Get a property group for the given property base at the given index.
|
PropertyGroup |
PropertyMap.getPropertyGroup(String basename,
int index)
Get a property group for the given property base at the given index.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.