Class AnnotatedElementFilter
java.lang.Object
org.revapi.java.filters.AnnotatedElementFilter
- All Implemented Interfaces:
AutoCloseable,org.revapi.configuration.Configurable,org.revapi.ElementFilter,org.revapi.query.Filter<org.revapi.Element<?>>,org.revapi.TreeFilterProvider
Deprecated.
the generic filtering together with matcher.java can fulfil the same purpose as this
- Since:
- 0.5.1
- Author:
- Lukas Krejci
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplies(org.revapi.Element<?> element) Deprecated.protected booleancanBeReIncluded(org.revapi.java.spi.JavaModelElement element) Deprecated.voidclose()Deprecated.composeTest(List<String> fullMatches, List<Pattern> patterns) Deprecated.Deprecated.Deprecated.getTestedElementRepresentations(org.revapi.java.spi.JavaModelElement element) Deprecated.voidinitialize(org.revapi.AnalysisContext analysisContext) Deprecated.booleanshouldDescendInto(Object element) Deprecated.protected voidvalidateConfiguration(boolean excludes, List<String> fullMatches, List<Pattern> patterns, boolean regexes) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.revapi.ElementFilter
filterFor
-
Field Details
-
includeTest
-
excludeTest
-
doNothing
protected boolean doNothingDeprecated.
-
-
Constructor Details
-
AnnotatedElementFilter
public AnnotatedElementFilter()Deprecated.
-
-
Method Details
-
canBeReIncluded
protected boolean canBeReIncluded(org.revapi.java.spi.JavaModelElement element) Deprecated. -
getTestedElementRepresentations
-
validateConfiguration
-
composeTest
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getExtensionId
-
getJSONSchema
-
initialize
Deprecated.- Specified by:
initializein interfaceorg.revapi.configuration.Configurable
-
applies
Deprecated.- Specified by:
appliesin interfaceorg.revapi.query.Filter<org.revapi.Element<?>>
-
shouldDescendInto
-