Uses of Class
org.revapi.API
-
Packages that use API Package Description org.revapi org.revapi.base org.revapi.simple -
-
Uses of API in org.revapi
Methods in org.revapi that return API Modifier and Type Method Description APIAPI.Builder. build()APIArchiveAnalyzer. getApi()APIElement. getApi()APIElementForest. getApi()APIAnalysisContext. getNewApi()APIAnalysisContext. getOldApi()Methods in org.revapi with parameters of type API Modifier and Type Method Description static <E extends Element<E>>
ElementForest<E>ElementForest. empty(API api)ArchiveAnalyzer<E>ApiAnalyzer. getArchiveAnalyzer(API api)This method is called exactly twice during the API difference analysis.AnalysisContext.BuilderAnalysisContext.Builder. withNewAPI(API api)AnalysisContext.BuilderAnalysisContext.Builder. withOldAPI(API api) -
Uses of API in org.revapi.base
Methods in org.revapi.base that return API Modifier and Type Method Description APIBaseArchiveAnalyzer. getApi()APIBaseElement. getApi()APIBaseElementForest. getApi()Constructors in org.revapi.base with parameters of type API Constructor Description BaseArchiveAnalyzer(ApiAnalyzer<E> apiAnalyzer, API api)BaseEagerLoadingArchiveAnalyzer(ApiAnalyzer<E> apiAnalyzer, API api, boolean processSupplementaryArchives)BaseElement(API api)BaseElement(API api, Archive archive)BaseElementForest(API api)ZipArchiveAnalyzer(ApiAnalyzer<E> apiAnalyzer, API api, List<Pattern> matchPatterns) -
Uses of API in org.revapi.simple
Methods in org.revapi.simple that return API Modifier and Type Method Description APISimpleElementForest. getApi()Deprecated.Constructors in org.revapi.simple with parameters of type API Constructor Description SimpleElementForest(API api)Deprecated.
-