| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceFinder
Default implementation of a
ServiceFinder. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceFinder |
ServiceFactory.getServiceFinder()
Gets a service finder.
If the finder does not exist yet, it will be created. |
static ServiceFinder |
ServiceFactory.getServiceFinder(ClassLoader loader,
String servicePath)
Gets a service finder for a given classloader and service path.
If the finder does not exist yet, it will be created. |
static ServiceFinder |
ServiceFactory.getServiceFinder(String servicePath)
Gets a service finder for a given service path.
If the finder does not exist yet, it will be created. |
protected ServiceFinder |
ServiceFactory.getServiceFinderImpl()
Gets a service finder.
If the finder does not exist yet, it will be created. |
protected ServiceFinder |
ServiceFactory.getServiceFinderImpl(ClassLoader loader,
String servicePath)
Gets a service finder for a given classloader and service path.
If the finder does not exist yet, it will be created. |
protected ServiceFinder |
ServiceFactory.getServiceFinderImpl(String servicePath)
Gets a service finder for a given service path.
If the finder does not exist yet, it will be created. |
| Modifier and Type | Method and Description |
|---|---|
Map<ServiceFinderKey,ServiceFinder> |
ServiceFactory.getFinderMap()
Gets the finder map.
Allows applications to modify or add finders programmatically. The map is threadsafe. |
protected Class<? extends ServiceFinder> |
ServiceFactory.getServiceFinderClass()
Gets the class of the service finder.
|
Tentackle - a domain driven enterprise framework