Uses of Interface
org.zeroturnaround.javarebel.ClassFilter
Packages that use ClassFilter
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
Contains the support classes for the JavaRebel SDK.
-
Uses of ClassFilter in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel with parameters of type ClassFilterModifier and TypeMethodDescriptionvoidConfiguration.addExcludeManagedFilter(ClassFilter classFilter) Adds an exclude filter for managed classes.voidConfiguration.addIncludeManagedFilter(ClassFilter classFilter) Adds an include filter for managed classes. -
Uses of ClassFilter in org.zeroturnaround.javarebel.support
Classes in org.zeroturnaround.javarebel.support that implement ClassFilterModifier and TypeClassDescriptionclassFilters the classes by matching them to a list of packages.