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