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.
|
createAlternativeImplementationcheckServicePermission, getService, putServicepublic FilePropertiesServiceLoader(java.lang.String path)
path - the properties file path.@Nullable protected java.lang.String getImplementationName(java.lang.String serviceName)
DependencyInjectionServiceLoadergetImplementationName in class DependencyInjectionServiceLoaderserviceName - the service name.null if none.