Uses of Interface
de.iip_ecosphere.platform.services.environment.switching.ServiceSelector
-
Packages that use ServiceSelector Package Description de.iip_ecosphere.platform.services.environment.switching Runtime service switching support. -
-
Uses of ServiceSelector in de.iip_ecosphere.platform.services.environment.switching
Methods in de.iip_ecosphere.platform.services.environment.switching that return ServiceSelector Modifier and Type Method Description static <T> ServiceSelector<T>ServiceSelector. createInstance(java.lang.ClassLoader loader, java.lang.String cls, java.lang.Class<T> type, java.lang.String dflt)Creates a selector instance with fallback.
-