Uses of Class
com.ethlo.zally.OperationFilter
-
Packages that use OperationFilter Package Description com.ethlo.zally -
-
Uses of OperationFilter in com.ethlo.zally
Methods in com.ethlo.zally that return types with arguments of type OperationFilter Modifier and Type Method Description List<OperationFilter>ExtractionDefinition. getFilters()Methods in com.ethlo.zally with parameters of type OperationFilter Modifier and Type Method Description static booleanExtractMojo. match(OperationFilter filter, OperationData data)Constructor parameters in com.ethlo.zally with type arguments of type OperationFilter Constructor Description ExtractionDefinition(String title, String description, List<OperationFilter> filters)
-