Class ServiceFinderKey


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

      • ServiceFinderKey

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

      • 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