Class ServiceFinderKey


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

      Constructors 
      Constructor Description
      ServiceFinderKey​(java.lang.ClassLoader classLoader, java.lang.String servicePath)
      Creates a finder key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.ClassLoader getClassLoader()
      Gets the classloader.
      java.lang.String getServicePath()
      Gets the service path.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceFinderKey

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

      • getClassLoader

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

        public java.lang.String getServicePath()
        Gets the service path.
        Returns:
        the service path in META-INF
      • 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