Get a XmlGroup with the given name. It finds both
qualified and unqualified names in this package.
Parameters: groupName - a String value a XmlGroup value throws: IntakeException - indicates that the groupName was null
Return a collection of input sections (<group>).
The names of the groups returned here are only unique
to this AppData object and not qualified with the groupPrefix.
This method is used in the IntakeService to register all the
groups with and without prefix in the service.
Set the base package String that will be appended to
any mapToObjects
Parameters: v - Value to assign to basePackage.
setGroupPrefix
public void setGroupPrefix(String groupPrefix)(Code)
Set the prefix String that will be used to qualify
intake groups when using multiple XML files
Parameters: groupPrefix - Value to assign to basePackage.