org.jbehave.core.embedder
Class MetaFilter
java.lang.Object
org.jbehave.core.embedder.MetaFilter
public class MetaFilter
- extends Object
Allows filtering on meta info.
Filters are represented as a sequence of any name-value properties (separated
by a space), prefixed by "+" for inclusion and "-" for exclusion. E.g.:
new Filter("+author Mauro -theme smoke testing +map *API -skip")
EMPTY
public static final MetaFilter EMPTY
MetaFilter
public MetaFilter()
MetaFilter
public MetaFilter(String filterAsString)
MetaFilter
public MetaFilter(String filterAsString,
EmbedderMonitor monitor)
allow
public boolean allow(Meta meta)
include
public Properties include()
exclude
public Properties exclude()
asString
public String asString()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2011. All Rights Reserved.