Class DefaultPluginDescriptorCache.CacheKey

java.lang.Object
org.apache.maven.plugin.DefaultPluginDescriptorCache.CacheKey
All Implemented Interfaces:
PluginDescriptorCache.Key
Enclosing class:
DefaultPluginDescriptorCache

private static final class DefaultPluginDescriptorCache.CacheKey extends Object implements PluginDescriptorCache.Key
  • Field Details

    • groupId

      private final String groupId
    • artifactId

      private final String artifactId
    • version

      private final String version
    • workspace

      private final org.eclipse.aether.repository.WorkspaceRepository workspace
    • localRepo

      private final org.eclipse.aether.repository.LocalRepository localRepo
    • repositories

      private final List<org.eclipse.aether.repository.RemoteRepository> repositories
    • hashCode

      private final int hashCode
  • Constructor Details

    • CacheKey

      CacheKey(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)
  • Method Details