Class MetaTagsFilter
- java.lang.Object
-
- com.indeed.proctor.common.dynamic.MetaTagsFilter
-
- All Implemented Interfaces:
DynamicFilter
public class MetaTagsFilter extends java.lang.Object implements DynamicFilter
-
-
Constructor Summary
Constructors Constructor Description MetaTagsFilter(java.util.Set<java.lang.String> metaTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Set<java.lang.String>getMetaTags()inthashCode()booleanmatches(java.lang.String testName, ConsumableTestDefinition testDefinition)
-
-
-
Method Detail
-
getMetaTags
public java.util.Set<java.lang.String> getMetaTags()
-
matches
public boolean matches(java.lang.String testName, ConsumableTestDefinition testDefinition)- Specified by:
matchesin interfaceDynamicFilter- Parameters:
testName- if null or empty string, only match testDefinition- Returns:
- true if the testname or the definition match the filter
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-