@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 unmodifiable map of file system schemes to drivers.
|
newControllerpublic FsDefaultDriver(FsDriverProvider provider)
public Map<FsScheme,FsDriver> get()
FsDriverProvidernull
and subsequent calls must return a map which compares at least
equal with the previously returned map.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.