org.radeox.regex
Interface Pattern

All Known Implementing Classes:
JdkPattern

public interface Pattern


Method Summary
 boolean getMultiline()
          Return whether the pattern is multiline or not
 java.lang.String getRegex()
          Return a string representation of the regular expression
 

Method Detail

getRegex

public java.lang.String getRegex()
Return a string representation of the regular expression

Returns:
String representation of the regular expression

getMultiline

public boolean getMultiline()
Return whether the pattern is multiline or not

Returns:
Ture if the pattern is multiline


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.