gov.nist.core
インタフェース Match


public interface Match

Match template for pattern matching.

バージョン:
JAIN-SIP-1.1
作成者:
M. Ranganathan
This code is in the public domain.

メソッドの概要
 boolean match(java.lang.String searchString)
          Return true if a match occurs for searchString.
 

メソッドの詳細

match

boolean match(java.lang.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.