- java.lang.Object
-
- org.tentackle.common.ServiceFinderKey
-
public class ServiceFinderKey extends java.lang.ObjectKey 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 booleanequals(java.lang.Object obj)java.lang.ClassLoadergetClassLoader()Gets the classloader.java.lang.StringgetServicePath()Gets the service path.inthashCode()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-