Uses of Class
org.nuxeo.runtime.test.runner.ServiceProvider
-
Packages that use ServiceProvider Package Description org.nuxeo.runtime.test.runner -
-
Uses of ServiceProvider in org.nuxeo.runtime.test.runner
Fields in org.nuxeo.runtime.test.runner with type parameters of type ServiceProvider Modifier and Type Field Description protected Map<Class<?>,ServiceProvider<?>>
RuntimeFeature. serviceProviders
Providers contributed by other features to override the default service provider used for a nuxeo service.Methods in org.nuxeo.runtime.test.runner with parameters of type ServiceProvider Modifier and Type Method Description <T> void
RuntimeFeature. addServiceProvider(ServiceProvider<T> provider)
-