Uses of Class
japicmp.cmp.JApiCmpArchive
-
Packages that use JApiCmpArchive Package Description japicmp.cmp japicmp.config japicmp.maven japicmp.util -
-
Uses of JApiCmpArchive in japicmp.cmp
Methods in japicmp.cmp with parameters of type JApiCmpArchive Modifier and Type Method Description java.util.List<JApiClass>
JarArchiveComparator. compare(JApiCmpArchive oldArchive, JApiCmpArchive newArchive)
Compares the two given archives.Method parameters in japicmp.cmp with type arguments of type JApiCmpArchive Modifier and Type Method Description java.util.List<JApiClass>
JarArchiveComparator. compare(java.util.List<JApiCmpArchive> oldArchives, java.util.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 JApiCmpArchive Modifier and Type Field Description private java.util.List<JApiCmpArchive>
Options. newArchives
private java.util.List<JApiCmpArchive>
Options. oldArchives
Methods in japicmp.config that return types with arguments of type JApiCmpArchive Modifier and Type Method Description java.util.List<JApiCmpArchive>
Options. getNewArchives()
java.util.List<JApiCmpArchive>
Options. getOldArchives()
Methods in japicmp.config with parameters of type JApiCmpArchive Modifier and Type Method Description private 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 JApiCmpArchive Modifier and Type Method Description void
Options. setNewArchives(java.util.List<JApiCmpArchive> newArchives)
void
Options. setOldArchives(java.util.List<JApiCmpArchive> oldArchives)
private java.util.List<java.lang.String>
Options. toPathList(java.util.List<JApiCmpArchive> archives)
private java.util.List<java.lang.String>
Options. toVersionList(java.util.List<JApiCmpArchive> archives)
-
Uses of JApiCmpArchive in japicmp.maven
Fields in japicmp.maven with type parameters of type JApiCmpArchive Modifier and Type Field Description private java.util.List<JApiCmpArchive>
VersionChange. newArchives
private java.util.List<JApiCmpArchive>
VersionChange. oldArchives
Methods in japicmp.maven that return types with arguments of type JApiCmpArchive Modifier and Type Method Description private java.util.List<JApiCmpArchive>
JApiCmpMojo. resolveConfigurationFileToFile(java.lang.String parameterName, ConfigurationFile configurationFile, JApiCmpMojo.ConfigurationVersion configurationVersion, PluginParameters pluginParameters)
private java.util.List<JApiCmpArchive>
JApiCmpMojo. resolveDependencyToFile(java.lang.String parameterName, Dependency dependency, MavenParameters mavenParameters, boolean transitively, PluginParameters pluginParameters, JApiCmpMojo.ConfigurationVersion configurationVersion)
private java.util.List<JApiCmpArchive>
JApiCmpMojo. retrieveFileFromConfiguration(DependencyDescriptor dependencyDescriptor, java.lang.String parameterName, MavenParameters mavenParameters, PluginParameters pluginParameters, JApiCmpMojo.ConfigurationVersion configurationVersion)
private java.util.List<JApiCmpArchive>
JApiCmpMojo. retrieveFileFromConfiguration(Version version, java.lang.String parameterName, MavenParameters mavenParameters, PluginParameters pluginParameters, JApiCmpMojo.ConfigurationVersion configurationVersion)
Method parameters in japicmp.maven with type arguments of type JApiCmpArchive Modifier and Type Method Description private void
JApiCmpMojo. populateArchivesListsFromParameters(PluginParameters pluginParameters, MavenParameters mavenParameters, java.util.List<JApiCmpArchive> oldArchives, java.util.List<JApiCmpArchive> newArchives)
Constructor parameters in japicmp.maven with type arguments of type JApiCmpArchive Constructor Description VersionChange(java.util.List<JApiCmpArchive> oldArchives, java.util.List<JApiCmpArchive> newArchives, Parameter parameter)
-
Uses of JApiCmpArchive in japicmp.util
Methods in japicmp.util that return types with arguments of type JApiCmpArchive Modifier and Type Method Description static java.util.List<JApiCmpArchive>
FileHelper. createFileList(java.lang.String option)
Method parameters in japicmp.util with type arguments of type JApiCmpArchive Modifier and Type Method Description static java.util.List<java.io.File>
FileHelper. toFileList(java.util.List<JApiCmpArchive> archives)
static java.util.List<java.lang.String>
FileHelper. toVersionList(java.util.List<JApiCmpArchive> archives)
-