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.newArchives
private List
<JApiCmpArchive> Options.oldArchives
Methods in japicmp.config that return types with arguments of type JApiCmpArchiveMethods in japicmp.config with parameters of type JApiCmpArchiveModifier and TypeMethodDescriptionprivate static void
Options.verifyCanRead
(JApiCmpArchive jApiCmpArchive) private static void
Options.verifyExisting
(JApiCmpArchive jApiCmpArchive) private static void
Options.verifyExistsCanReadAndJar
(JApiCmpArchive jApiCmpArchive) private static void
Options.verifyJarArchive
(JApiCmpArchive jApiCmpArchive) Method parameters in japicmp.config with type arguments of type JApiCmpArchiveModifier and TypeMethodDescriptionvoid
Options.setNewArchives
(List<JApiCmpArchive> newArchives) void
Options.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.newArchives
private final List
<JApiCmpArchive> VersionChange.oldArchives
Methods 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 void
JApiCmpMojo.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)