Uses of Class
org.jboss.util.property.PropertyGroup
-
Packages that use PropertyGroup Package Description org.jboss.util.property An advanced property access, managment and notification system. -
-
Uses of PropertyGroup in org.jboss.util.property
Methods in org.jboss.util.property that return PropertyGroup Modifier and Type Method Description static PropertyGroup
Property. getGroup(java.lang.String basename)
Get a property group for the given property basestatic PropertyGroup
Property. getGroup(java.lang.String basename, int index)
Get a property group for the given property base at the given indexstatic PropertyGroup
PropertyManager. getPropertyGroup(java.lang.String basename)
Get a property group for the given property base.static PropertyGroup
PropertyManager. getPropertyGroup(java.lang.String basename, int index)
Get a property group for the given property base at the given index.PropertyGroup
PropertyMap. getPropertyGroup(java.lang.String basename)
Get a property group for the given property base.PropertyGroup
PropertyMap. getPropertyGroup(java.lang.String basename, int index)
Get a property group for the given property base at the given index.
-