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