Package org.revapi.java.compilation
Interface InclusionFilter
-
public interface InclusionFilter- Since:
- 0.9.0
- Author:
- Lukas Krejci
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static InclusionFilteracceptAll()booleanaccepts(String typeBinaryName, String typeCanonicalName)booleandefaultCase()booleanrejects(String typeBinaryName, String typeCanonicalName)
-
-
-
Method Detail
-
acceptAll
static InclusionFilter acceptAll()
-
defaultCase
boolean defaultCase()
-
-