org.openqa.selenium.internal
Class GlobTextMatchingStrategy

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

public class GlobTextMatchingStrategy
extends java.lang.Object
implements TextMatchingStrategy


Constructor Summary
GlobTextMatchingStrategy()
           
 
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

GlobTextMatchingStrategy

public GlobTextMatchingStrategy()
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.