org.openqa.selenium.internal
Class RegExTextMatchingStrategy

java.lang.Object
  extended by org.openqa.selenium.internal.RegExTextMatchingStrategy
All Implemented Interfaces:
TextMatchingStrategy

public class RegExTextMatchingStrategy
extends java.lang.Object
implements TextMatchingStrategy


Constructor Summary
RegExTextMatchingStrategy()
           
 
Method Summary
 boolean isAMatch(java.lang.String compareThis, java.lang.String with)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExTextMatchingStrategy

public RegExTextMatchingStrategy()
Method Detail

isAMatch

public boolean isAMatch(java.lang.String compareThis,
                        java.lang.String with)
Specified by:
isAMatch in interface TextMatchingStrategy


Copyright © 2009. All Rights Reserved.