Uses of Class
loci.common.services.DependencyException
-
Packages that use DependencyException Package Description loci.common.services -
-
Uses of DependencyException in loci.common.services
Methods in loci.common.services that throw DependencyException Modifier and Type Method Description <T extends Service>
TServiceFactory. getInstance(Class<T> type)
Retrieves an instance of a given service.Constructors in loci.common.services that throw DependencyException Constructor Description ServiceFactory()
Constructor loading service configuration from the default location.ServiceFactory(String path)
Constructor loading service configuration from a given location.
-