Uses of Interface
org.revapi.Archive
Packages that use Archive
-
Uses of Archive in org.revapi
Subinterfaces of Archive in org.revapiModifier and TypeInterfaceDescriptionstatic interfaceExtension of the archive interface that can also provide the version of the archive.Methods in org.revapi that return ArchiveMethods in org.revapi that return types with arguments of type ArchiveModifier and TypeMethodDescriptionAPI.getArchives()API.getSupplementaryArchives()The set of archives that somehow supplement the main ones (for example they contain definitions used in the main archives).Methods in org.revapi with parameters of type ArchiveModifier and TypeMethodDescriptionAPI.Builder.addArchive(Archive archive) API.Builder.addArchives(Archive... archives) API.Builder.addSupportArchive(Archive archive) API.Builder.addSupportArchives(Archive... archives) API.getArchiveRole(Archive archive) Returns the role of the archive in the API.static API.BuilderAPI.Builder.supportedBy(Archive... archives) Method parameters in org.revapi with type arguments of type ArchiveModifier and TypeMethodDescriptionAPI.Builder.addArchives(Iterable<? extends Archive> archives) API.Builder.addSupportArchives(Iterable<? extends Archive> archives) static API.BuilderAPI.Builder.supportedBy(Iterable<? extends Archive> archives) Constructor parameters in org.revapi with type arguments of type Archive -
Uses of Archive in org.revapi.base
Classes in org.revapi.base that implement ArchiveModifier and TypeClassDescriptionclassA simple implementation of theArchiveinterface providing a file as a Revapi archive.classA simple implementation of theArchiveinterface that uses a "factory" supplier that is able to return a new input stream representing the archive every time it is called.Methods in org.revapi.base that return ArchiveMethods in org.revapi.base with parameters of type ArchiveModifier and TypeMethodDescriptionBaseEagerLoadingArchiveAnalyzer.createElements(Archive archive) Scans the archive and returns the elements within.ZipArchiveAnalyzer.createElements(Archive archive) ZipArchiveAnalyzer.createElements(Archive a, ZipEntry entry, InputStream data) Creates elements out of the provided data.protected voidBaseElement.setArchive(Archive archive) Constructors in org.revapi.base with parameters of type Archive