org.jacorb.notification.util

Class JakartaRegexpPatternWrapper


public class JakartaRegexpPatternWrapper
extends PatternWrapper

Version:
$Id: JakartaRegexpPatternWrapper.java,v 1.3 2004/05/06 12:40:00 nicolas Exp $

Author:
Alphonse Bendt

Constructor Summary

JakartaRegexpPatternWrapper()

Method Summary

void
compile(String patternString)
int
match(String string)
Match the given input against this pattern.
String
toString()

Methods inherited from class org.jacorb.notification.util.PatternWrapper

compile, match

Constructor Details

JakartaRegexpPatternWrapper

public JakartaRegexpPatternWrapper()

Method Details

compile

public void compile(String patternString)
Overrides:
compile in interface PatternWrapper


match

public int match(String string)
Match the given input against this pattern.
Overrides:
match in interface PatternWrapper

Parameters:

Returns:
the index of the last character matched, plus one or zero.


toString

public String toString()