Uses of Interface
org.lastbamboo.common.sdp.Match

Packages that use Match
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.fields   
 

Uses of Match in org.lastbamboo.common.sdp
 

Fields in org.lastbamboo.common.sdp declared as Match
protected  Match GenericObject.matchExpression
           
 

Methods in org.lastbamboo.common.sdp that return Match
 Match GenericObject.getMatcher()
          Return the match expression.
 

Methods in org.lastbamboo.common.sdp with parameters of type Match
 void GenericObjectList.replace(Match regexp, GenericObject replacementObject)
          Do a find and replace of objects in this list.
 void GenericObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 void GenericObjectList.replace(Match regexp, GenericObjectList replacementObject)
          Do a find and replace of objects in this list.
 void GenericObject.replace(Match regexp, GenericObjectList replacement)
          Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching.
 void GenericObject.setMatcher(Match matchExpression)
          Set the pattern matcher.
 

Uses of Match in org.lastbamboo.common.sdp.fields
 

Methods in org.lastbamboo.common.sdp.fields with parameters of type Match
 void SDPObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 void SDPObject.replace(Match regexp, GenericObjectList replacement)
          Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching.
 



Copyright © 2013 LittleShoot. All Rights Reserved.