static ServiceFinder |
ServiceFactory.getServiceFinder() |
Gets a service finder.
If the finder does not exist yet, it will be created.
|
static ServiceFinder |
ServiceFactory.getServiceFinder(java.lang.ClassLoader loader,
java.lang.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(java.lang.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(java.lang.ClassLoader loader,
java.lang.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(java.lang.String servicePath) |
Gets a service finder for a given service path.
If the finder does not exist yet, it will be created.
|