Uses of Interface
japicmp.filter.Filter
Packages that use Filter
-
Uses of Filter in japicmp.config
Fields in japicmp.config with type parameters of type FilterMethods in japicmp.config that return types with arguments of type FilterModifier and TypeMethodDescriptionOptions.createFilterList(Optional<String> argumentString, List<Filter> filters, String errorMessage, boolean exclusive) Options.getExcludes()Options.getIncludes()Method parameters in japicmp.config with type arguments of type Filter -
Uses of Filter in japicmp.filter
Subinterfaces of Filter in japicmp.filterModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in japicmp.filter that implement FilterModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in japicmp.filter with type parameters of type FilterMethods in japicmp.filter that return types with arguments of type Filter -
Uses of Filter in japicmp.output.xml
Method parameters in japicmp.output.xml with type arguments of type FilterModifier and TypeMethodDescriptionprivate StringXmlOutputGenerator.filtersAsString(List<Filter> filters, boolean include)