- java.lang.Object
-
- org.tentackle.common.ServiceFinderKey
-
public class ServiceFinderKey extends Object
Key to map service finders.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description ServiceFinderKey(ClassLoader classLoader, String servicePath)Creates a finder key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ClassLoadergetClassLoader()Gets the classloader.StringgetServicePath()Gets the service path.inthashCode()
-
-
-
Constructor Detail
-
ServiceFinderKey
public ServiceFinderKey(ClassLoader classLoader, String servicePath)
Creates a finder key.- Parameters:
classLoader- the classloaderservicePath- 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
-
-