Class ServiceFinderKey

java.lang.Object
org.tentackle.common.ServiceFinderKey

public class ServiceFinderKey extends Object
Key to map service finders.
Author:
harald
  • Constructor Details

    • ServiceFinderKey

      public ServiceFinderKey(ClassLoader classLoader, String servicePath)
      Creates a finder key.
      Parameters:
      classLoader - the classloader
      servicePath - the service path
  • Method Details

    • getClassLoader

      public ClassLoader getClassLoader()
      Gets the classloader.
      Returns:
      the classloader
    • getServicePath

      public String getServicePath()
      Gets the service path.
      Returns:
      the service path in META-INF
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object