Class PropertiesFilter
- java.lang.Object
-
- uk.gov.gchq.koryphe.composite.Composite<C>
-
- All Implemented Interfaces:
Predicate<uk.gov.gchq.koryphe.tuple.Tuple<String>>,uk.gov.gchq.koryphe.signature.InputValidator
public class PropertiesFilter extends uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicateComposite<String>
AnPropertiesFilteris aPredicatewhich evaluates a condition against a providedPropertiesobject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertiesFilter.Builderstatic classPropertiesFilter.SelectedBuilder
-
Constructor Summary
Constructors Constructor Description PropertiesFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicate<String,?>>getComponents()inthashCode()voidlock()booleantest(Properties properties)uk.gov.gchq.koryphe.ValidationResulttestWithValidationResult(Properties properties)StringtoString()
-
-
-
Method Detail
-
test
public boolean test(Properties properties)
-
testWithValidationResult
public uk.gov.gchq.koryphe.ValidationResult testWithValidationResult(Properties properties)
-
getComponents
public List<uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicate<String,?>> getComponents()
- Overrides:
getComponentsin classuk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicateComposite<String>
-
lock
public void lock()
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
-