@Immutable public final class FsManagerLocator extends java.lang.Object implements java.util.function.Supplier<FsManager>
ServiceLocator to search for published implementations of the
factory service interface FsManagerFactory and the decorator service interface FsManagerDecorator.| Modifier and Type | Field and Description |
|---|---|
static FsManagerLocator |
SINGLETON
The singleton instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
FsManager |
get() |
public static final FsManagerLocator SINGLETON