Uses of Class
org.fluentlenium.core.filter.matcher.Matcher

Packages that use Matcher
org.fluentlenium.core.filter   
org.fluentlenium.core.filter.matcher   
 

Uses of Matcher in org.fluentlenium.core.filter
 

Methods in org.fluentlenium.core.filter that return Matcher
static Matcher MatcherConstructor.contains(Pattern pattern)
          Create a matcher for a containing pattern
static Matcher MatcherConstructor.contains(String matcher)
          Create a matcher for a containing string
static Matcher MatcherConstructor.endsWith(Pattern pattern)
          Create a matcher filtering by a string that ends with the pattern
static Matcher MatcherConstructor.endsWith(String matcher)
          Create a matcher filtering by a string that ends with the matcher
static Matcher MatcherConstructor.equal(String matcher)
          Create a matcher to equal the string matcher
 Matcher Filter.getMatcher()
           
static Matcher MatcherConstructor.notContains(Pattern pattern)
          Create a matcher for not containing the pattern
static Matcher MatcherConstructor.notContains(String matcher)
          Create a matcher for not containing a string
static Matcher MatcherConstructor.notEndsWith(Pattern pattern)
          Create a matcher filtering by a string that not ends with the pattern params
static Matcher MatcherConstructor.notEndsWith(String matcher)
          Create a matcher filtering by a string that not ends with the string params
static Matcher MatcherConstructor.notStartsWith(Pattern pattern)
          Create a matcher filtering by a string that not starts with the pattern params
static Matcher MatcherConstructor.notStartsWith(String matcher)
          Create a matcher filtering by a string that not starts with the string params
static Matcher MatcherConstructor.startsWith(Pattern pattern)
          Create a matcher filtering by a string that start with the matcher
static Matcher MatcherConstructor.startsWith(String matcher)
          Create a matcher filtering by a string that start with the matcher
 

Methods in org.fluentlenium.core.filter with parameters of type Matcher
static Filter FilterConstructor.with(String customAttribute, Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.withId(Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.withName(Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.withText(Matcher matcher)
          Deprecated. 
 

Constructors in org.fluentlenium.core.filter with parameters of type Matcher
Filter(FilterType filterType, Matcher matcher)
          Construct a filter with a type and an associated matcher
Filter(String customAttribute, Matcher matcher)
          Construct a filter with on a custom attribute and an associated matcher
 

Uses of Matcher in org.fluentlenium.core.filter.matcher
 

Subclasses of Matcher in org.fluentlenium.core.filter.matcher
 class ContainsMatcher
           
 class EndsWithMatcher
           
 class EqualMatcher
           
 class NotContainsMatcher
           
 class NotEndsWithMatcher
           
 class NotStartsWithMatcher
           
 class StartsWithMatcher
           
 



Copyright © 2012 AConsulting. All Rights Reserved.