org.jbehave.core.embedder
Class MetaFilter.DefaultMetaMatcher

java.lang.Object
  extended by org.jbehave.core.embedder.MetaFilter.DefaultMetaMatcher
All Implemented Interfaces:
MetaFilter.MetaMatcher
Enclosing class:
MetaFilter

public class MetaFilter.DefaultMetaMatcher
extends Object
implements MetaFilter.MetaMatcher


Constructor Summary
MetaFilter.DefaultMetaMatcher()
           
 
Method Summary
 Properties exclude()
           
 Properties include()
           
 boolean match(Meta meta)
           
 void parse(String filterAsString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaFilter.DefaultMetaMatcher

public MetaFilter.DefaultMetaMatcher()
Method Detail

include

public Properties include()

exclude

public Properties exclude()

parse

public void parse(String filterAsString)
Specified by:
parse in interface MetaFilter.MetaMatcher

match

public boolean match(Meta meta)
Specified by:
match in interface MetaFilter.MetaMatcher


Copyright © 2003-2012. All Rights Reserved.