public class FilePropertiesServiceLoader extends DependencyInjectionServiceLoader
services
Constructor and Description |
---|
FilePropertiesServiceLoader(String path)
Creates a file properties service loader.
|
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
public FilePropertiesServiceLoader(String path)
path
- the properties file path.@Nullable protected String getImplementationName(String serviceName)
DependencyInjectionServiceLoader
getImplementationName
in class DependencyInjectionServiceLoader
serviceName
- the service name.null
if none.