Jakarta ORO

org.apache.oro.text.regex
Class Perl5Engine

java.lang.Object
  extended byorg.apache.oro.text.regex.Perl5Engine
All Implemented Interfaces:
PatternMatchingEngine

public class Perl5Engine
extends java.lang.Object
implements PatternMatchingEngine

Since:
2.1
Version:
2.1-dev-1

Constructor Summary
Perl5Engine()
           
 
Method Summary
 PatternCompiler createCompiler()
          Creates a new instance of a PatternCompiler that can compile patterns for a particular regular expression engine.
 PatternMatcher createMatcher()
          Creates a new instance of a PatternMatcher that can match patterns for a particular regular expression engine.
 PatternCompilerOptions getOptions()
          Returns a PatternCompilerOptions object that can map generic PatternCompilerOptions option constants into constants specific to a particular regular expression engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Perl5Engine

public Perl5Engine()
Method Detail

createCompiler

public PatternCompiler createCompiler()
Description copied from interface: PatternMatchingEngine
Creates a new instance of a PatternCompiler that can compile patterns for a particular regular expression engine.

Specified by:
createCompiler in interface PatternMatchingEngine
Returns:
A new PatternCompiler.

createMatcher

public PatternMatcher createMatcher()
Description copied from interface: PatternMatchingEngine
Creates a new instance of a PatternMatcher that can match patterns for a particular regular expression engine.

Specified by:
createMatcher in interface PatternMatchingEngine
Returns:
A new PatternMatcher.

getOptions

public PatternCompilerOptions getOptions()
Description copied from interface: PatternMatchingEngine
Returns a PatternCompilerOptions object that can map generic PatternCompilerOptions option constants into constants specific to a particular regular expression engine.

Specified by:
getOptions in interface PatternMatchingEngine
Returns:
A PatternCompilerOptions object corresponding to an engine.

Jakarta ORO

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.