java.lang.Object
org.tentackle.common.ServiceFinderKey
Key to map service finders.
- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionServiceFinderKey(ClassLoader classLoader, String servicePath) Creates a finder key. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the classloader.Gets the service path.inthashCode()
-
Constructor Details
-
ServiceFinderKey
Creates a finder key.- Parameters:
classLoader- the classloaderservicePath- the service path
-
-
Method Details