@Immutable public final class FsDriverMapLocator extends java.lang.Object implements java.util.function.Supplier<java.util.Map<FsScheme,FsDriver>>
ServiceLocator to search for published implementations of the factory
service interface FsDriverMapFactory and the modifier service interface FsDriverMapModifier.| Modifier and Type | Field and Description |
|---|---|
static FsDriverMapLocator |
SINGLETON
The singleton instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<FsScheme,FsDriver> |
get() |
public static final FsDriverMapLocator SINGLETON