@Immutable @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public final class FsDefaultDriver extends FsAbstractCompositeDriver
| Constructor and Description |
|---|
FsDefaultDriver(FsDriverProvider provider)
Constructs a new file system default driver which will query the given
file system driver provider for an appropriate file system driver for
the scheme of a given mount point.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
get()
Returns an immutable map of file system schemes to drivers.
|
newControllerpublic FsDefaultDriver(FsDriverProvider provider)
public Map<FsScheme,FsDriver> get()
FsDriverProvidernull,
its values must be nullable.
Calling this method several times should return a map which compares
equal to each other in order to ensure a
consistent file system implementation scheme.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.