Uses of Class
japicmp.cmp.JApiCmpArchive
Packages that use JApiCmpArchive
-
Uses of JApiCmpArchive in japicmp.cmp
Methods in japicmp.cmp with parameters of type JApiCmpArchiveModifier and TypeMethodDescriptionJarArchiveComparator.compare(JApiCmpArchive oldArchive, JApiCmpArchive newArchive) Compares the two given archives.Method parameters in japicmp.cmp with type arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionJarArchiveComparator.compare(List<JApiCmpArchive> oldArchives, List<JApiCmpArchive> newArchives) Compares the two given lists of archives. -
Uses of JApiCmpArchive in japicmp.config
Methods in japicmp.config that return types with arguments of type JApiCmpArchiveMethod parameters in japicmp.config with type arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionvoidOptions.setNewArchives(List<JApiCmpArchive> newArchives) voidOptions.setOldArchives(List<JApiCmpArchive> oldArchives) -
Uses of JApiCmpArchive in japicmp.maven
Constructor parameters in japicmp.maven with type arguments of type JApiCmpArchiveModifierConstructorDescriptionVersionChange(List<JApiCmpArchive> oldArchives, List<JApiCmpArchive> newArchives, Parameter parameter) -
Uses of JApiCmpArchive in japicmp.util
Methods in japicmp.util that return types with arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionstatic List<JApiCmpArchive> FileHelper.createFileList(String option) Method parameters in japicmp.util with type arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionFileHelper.toFileList(List<JApiCmpArchive> archives) FileHelper.toVersionList(List<JApiCmpArchive> archives)