Class GroupRegistry


  • public class GroupRegistry
    extends Object
    A registry for standard and non-standard property groups. $Id$ Created on: 05/01/2009
    • Constructor Detail

      • GroupRegistry

        public GroupRegistry()
    • Method Detail

      • getGroup

        public Group getGroup​(String value)
        Parameters:
        value - a string representation of a group identifier
        Returns:
        a registered group with the specified identifier. If no such group is found null is returned
      • register

        public void register​(String extendedName,
                             Group group)
        Registers a non-standard group.
        Parameters:
        extendedName - the extended name of the group
        group - the group