Class DefaultPluginDescriptorCache.CacheKey

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String artifactId  
      private java.lang.String groupId  
      private int hashCode  
      private org.eclipse.aether.repository.LocalRepository localRepo  
      private java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories  
      private java.lang.String version  
      private org.eclipse.aether.repository.WorkspaceRepository workspace  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheKey​(Plugin plugin, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      private static int hash​(java.lang.Object obj)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • groupId

        private final java.lang.String groupId
      • artifactId

        private final java.lang.String artifactId
      • version

        private final java.lang.String version
      • workspace

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

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

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

        private final int hashCode
    • Constructor Detail

      • CacheKey

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

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hash

        private static int hash​(java.lang.Object obj)