|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
Implementations must be thread-safe.
| Method Summary | |
|---|---|
Map<FsScheme,FsDriver> |
get()
Returns an immutable map of file system schemes to drivers. |
| Method Detail |
|---|
@NonNull Map<FsScheme,FsDriver> get()
null,
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.
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||