Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class ParsedMatch   90 
public void setGroup(int groupNum, 
                     java.lang.String newGroupString) 
Sets the value of a subgroup to the provided String. This method may have 
side-effects, such as invalidating other subgroups (or entire sub-matches) so 
should be used appropriately. If the group being set does not exist, a 
GroupIndexOutOfBoundsException will be thrown. 
Parameters: 
groupNum
 - The new group value 
newGroupString
 - The new group value 
Since:  
2.0 
 
toString 
 
public java.lang.String toString() 
Description of the Method 
Overrides: 
toString
 in class java.lang.Object 
Returns: 
Description of the Returned Value 
Since:  
2.0