@Immutable @ServiceSpecification @ServiceImplementation public class FsDriverMapFactory extends net.java.truecommons.services.LocatableFactory<Map<FsScheme,FsDriver>>
FsDriverMapLocator.SINGLETON
, which will use it to create the
initial driver map which gets subsequently modified by the
FsDriverMapModifier
implementations found on the class path.Constructor and Description |
---|
FsDriverMapFactory() |
Modifier and Type | Method and Description |
---|---|
Map<FsScheme,FsDriver> |
get()
Returns a new empty map for subsequent modification.
|
int |
getPriority() |
public Map<FsScheme,FsDriver> get()
public int getPriority()
If the runtime class of this object is
FsDriverMapFactory
, then -100
gets returned.
Otherwise, zero gets returned.
getPriority
in class net.java.truecommons.services.LocatableService
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.