Uses of Class
org.revapi.API
Packages that use API
-
Uses of API in org.revapi
Methods in org.revapi that return APIModifier and TypeMethodDescriptionAPI.Builder.build()ArchiveAnalyzer.getApi()Element.getApi()ElementForest.getApi()AnalysisContext.getNewApi()AnalysisContext.getOldApi()Methods in org.revapi with parameters of type APIModifier and TypeMethodDescriptionstatic <E extends Element<E>>
ElementForest<E> ApiAnalyzer.getArchiveAnalyzer(API api) This method is called exactly twice during the API difference analysis.AnalysisContext.Builder.withNewAPI(API api) AnalysisContext.Builder.withOldAPI(API api) -
Uses of API in org.revapi.base
Methods in org.revapi.base that return APIModifier and TypeMethodDescriptionBaseArchiveAnalyzer.getApi()BaseElement.getApi()BaseElementForest.getApi()Constructors in org.revapi.base with parameters of type APIModifierConstructorDescriptionBaseArchiveAnalyzer(ApiAnalyzer<E> apiAnalyzer, API api) BaseEagerLoadingArchiveAnalyzer(ApiAnalyzer<E> apiAnalyzer, API api, boolean processSupplementaryArchives) protectedBaseElement(API api) protectedBaseElement(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 APIConstructors in org.revapi.simple with parameters of type API