public class FilePropertiesServiceLoader extends AbstractServiceLoader
AbstractServiceLoader| Constructor and Description | 
|---|
| FilePropertiesServiceLoader(String path)Creates a new file properties service loader. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getImplementationName(String serviceName)Gets the implementation class name for the given key. | 
getService, getService, getService, getServicepublic FilePropertiesServiceLoader(String path)
path - the properties file path.@Nullable protected String getImplementationName(String serviceName)
AbstractServiceLoadergetImplementationName in class AbstractServiceLoaderserviceName - the service name.null if none.