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.
|
createAlternativeImplementation
checkServicePermission, getService, putService
@Nullable protected String getImplementationName(String serviceName)
DependencyInjectionServiceLoader
getImplementationName
in class DependencyInjectionServiceLoader
serviceName
- the service name.null
if none.