@ServiceInterface @ServiceImplementation(priority=-100) public class FsDriverMapFactory extends java.lang.Object implements java.util.function.Supplier<java.util.Map<FsScheme,FsDriver>>
ServiceImplementation are subject to service location by the
FsDriverMapLocator.SINGLETON.
If multiple factory services are located on the class path at run time, the service with the greatest ServiceImplementation.priority() gets selected.
| Constructor and Description |
|---|
FsDriverMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<FsScheme,FsDriver> |
get()
Returns a new empty map for subsequent modification.
|