public class ServiceFinderKey extends Object
| Constructor and Description |
|---|
ServiceFinderKey(ClassLoader classLoader,
String servicePath)
Creates a finder key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ClassLoader |
getClassLoader()
Gets the classloader.
|
String |
getServicePath()
Gets the service path.
|
int |
hashCode() |
public ServiceFinderKey(ClassLoader classLoader, String servicePath)
classLoader - the classloaderservicePath - the service pathpublic ClassLoader getClassLoader()
public String getServicePath()
Tentackle - a domain driven enterprise framework