org.lastbamboo.common.sdp
Interface Match


public interface Match

Match template for pattern matching.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Method Summary
 boolean match(String searchString)
          Return true if a match occurs for searchString.
 

Method Detail

match

boolean match(String searchString)
Return true if a match occurs for searchString. This is used for pattern matching in the find and replace and match functions of the sipheaders and sdpfields packages. We have avoided picking a specific regexp package to avoid code dependencies. Use a package such as the jakarta regexp package to implement this.



Copyright © 2013 LittleShoot. All Rights Reserved.