站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

RegExp (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.selectors
Class RegExp

java.lang.Object
  extended byorg.jboss.mq.selectors.RegExp

public class RegExp
extends Object

Regular expressions to support the selector LIKE operator.

Version:
$Revision: 1.1 $
Author:
Norbert Lataille (Norbert.Lataille@m4x.org), droy@boostmyscore.com, Scott.Stark@jboss.org, Loren Rosen

Field Summary
protected  gnu.regexp.RE re
           
 
Constructor Summary
RegExp(String pattern, Character escapeChar)
           
 
Method Summary
protected  String adjustPattern(String pattern, Character escapeChar)
           
 boolean isMatch(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

re

protected gnu.regexp.RE re
Constructor Detail

RegExp

public RegExp(String pattern,
              Character escapeChar)
       throws Exception
Method Detail

isMatch

public boolean isMatch(Object target)

adjustPattern

protected String adjustPattern(String pattern,
                               Character escapeChar)
                        throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.