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