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