public class SystemPropertiesServiceLoader extends DependencyInjectionServiceLoader
System.getProperty(String)services| Constructor and Description |
|---|
SystemPropertiesServiceLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getImplementationName(java.lang.String serviceName)
Gets the implementation class name for the given service name.
|
createAlternativeImplementationcheckServicePermission, getService, putService@Nullable protected java.lang.String getImplementationName(java.lang.String serviceName)
DependencyInjectionServiceLoadergetImplementationName in class DependencyInjectionServiceLoaderserviceName - the service name.null if none.