org.fluentlenium.core.filter
Class Filter

java.lang.Object
  extended by org.fluentlenium.core.filter.Filter

public class Filter
extends Object


Constructor Summary
Filter(FilterType filterType, Matcher matcher)
          Construct a filter with a type and an associated matcher
Filter(FilterType filterType, String value)
          Construct a filter with a type and an associated value
Filter(String customAttribute, Matcher matcher)
          Construct a filter with on a custom attribute and an associated matcher
Filter(String customAttribute, String value)
          Construct a filter with on a custom attribute and an associated value
 
Method Summary
 String getAttribut()
           
 Matcher getMatcher()
           
 boolean isPreFilter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Filter

public Filter(FilterType filterType,
              String value)
Construct a filter with a type and an associated value

Parameters:
filterType -
value -

Filter

public Filter(FilterType filterType,
              Matcher matcher)
Construct a filter with a type and an associated matcher

Parameters:
filterType -
matcher -

Filter

public Filter(String customAttribute,
              String value)
Construct a filter with on a custom attribute and an associated value

Parameters:
customAttribute -
value -

Filter

public Filter(String customAttribute,
              Matcher matcher)
Construct a filter with on a custom attribute and an associated matcher

Parameters:
customAttribute -
matcher -
Method Detail

getAttribut

public String getAttribut()

toString

public String toString()
Overrides:
toString in class Object

getMatcher

public Matcher getMatcher()

isPreFilter

public boolean isPreFilter()


Copyright © 2012 AConsulting. All Rights Reserved.