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
Fields in japicmp.config with type parameters of type JApiCmpArchiveModifier and TypeFieldDescriptionprivate List<JApiCmpArchive> Options.newArchivesprivate List<JApiCmpArchive> Options.oldArchivesMethods in japicmp.config that return types with arguments of type JApiCmpArchiveMethods in japicmp.config with parameters of type JApiCmpArchiveModifier and TypeMethodDescriptionprivate static voidOptions.verifyCanRead(JApiCmpArchive jApiCmpArchive) private static voidOptions.verifyExisting(JApiCmpArchive jApiCmpArchive) private static voidOptions.verifyExistsCanReadAndJar(JApiCmpArchive jApiCmpArchive) private static voidOptions.verifyJarArchive(JApiCmpArchive jApiCmpArchive) Method parameters in japicmp.config with type arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionvoidOptions.setNewArchives(List<JApiCmpArchive> newArchives) voidOptions.setOldArchives(List<JApiCmpArchive> oldArchives) Options.toPathList(List<JApiCmpArchive> archives) Options.toVersionList(List<JApiCmpArchive> archives) -
Uses of JApiCmpArchive in japicmp.maven
Fields in japicmp.maven with type parameters of type JApiCmpArchiveModifier and TypeFieldDescriptionprivate final List<JApiCmpArchive> VersionChange.newArchivesprivate final List<JApiCmpArchive> VersionChange.oldArchivesMethods in japicmp.maven that return types with arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionprivate List<JApiCmpArchive> JApiCmpMojo.resolveConfigurationFileToFile(String parameterName, ConfigurationFile configurationFile, JApiCmpMojo.ConfigurationVersion configurationVersion, PluginParameters pluginParameters) private List<JApiCmpArchive> JApiCmpMojo.resolveDependencyToFile(String parameterName, Dependency dependency, MavenParameters mavenParameters, boolean transitively, PluginParameters pluginParameters, JApiCmpMojo.ConfigurationVersion configurationVersion) private List<JApiCmpArchive> JApiCmpMojo.retrieveFileFromConfiguration(DependencyDescriptor dependencyDescriptor, String parameterName, MavenParameters mavenParameters, PluginParameters pluginParameters, JApiCmpMojo.ConfigurationVersion configurationVersion) private List<JApiCmpArchive> JApiCmpMojo.retrieveFileFromConfiguration(Version version, String parameterName, MavenParameters mavenParameters, PluginParameters pluginParameters, JApiCmpMojo.ConfigurationVersion configurationVersion) Method parameters in japicmp.maven with type arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionprivate voidJApiCmpMojo.populateArchivesListsFromParameters(PluginParameters pluginParameters, MavenParameters mavenParameters, List<JApiCmpArchive> oldArchives, List<JApiCmpArchive> newArchives) 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)