Class ClassFilter
java.lang.Object
org.revapi.base.BaseTreeFilter<org.revapi.java.spi.JavaElement>
org.revapi.base.IncludeExcludeTreeFilter<org.revapi.java.spi.JavaElement>
org.revapi.base.OverridableIncludeExcludeTreeFilter<org.revapi.java.spi.JavaElement>
org.revapi.java.filters.ClassFilter
- All Implemented Interfaces:
org.revapi.TreeFilter<org.revapi.java.spi.JavaElement>
@Deprecated
public class ClassFilter
extends org.revapi.base.OverridableIncludeExcludeTreeFilter<org.revapi.java.spi.JavaElement>
Deprecated.
This is deprecated because it is a temporary measure
This is a solution to the removal of package and class filtering directly in the classpath scanner. We need something
that people will be able to use until this functionality is removed for good and only the variant with revapi.filter
and the java matcher are available.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.revapi.base.IncludeExcludeTreeFilter
org.revapi.base.IncludeExcludeTreeFilter.IncludeExcludeResult -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.revapi.base.OverridableIncludeExcludeTreeFilter
processExcludeStart, processIncludeStartMethods inherited from class org.revapi.base.IncludeExcludeTreeFilter
constructResult, doStart, finish, finish, start
-
Constructor Details
-
ClassFilter
-