Interface SelectorStep
-
public interface SelectorStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanevaluate(Fragment<?> fragment, ExecutionContext executionContext)PropertiesgetNamespaces()List<Predicate>getPredicates()
-
-
-
Method Detail
-
getNamespaces
Properties getNamespaces()
-
evaluate
boolean evaluate(Fragment<?> fragment, ExecutionContext executionContext)
-
-