|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FsDriverService
A service for a map of file system schemes and drivers.
Implementations must be thread-safe.
How-to support the enumeration of an implementation
on the class path| Method Summary | |
|---|---|
Map<FsScheme,FsDriver> |
getDrivers()
Returns an immutable map of the supported file system drivers. |
| Method Detail |
|---|
@NonNull Map<FsScheme,FsDriver> getDrivers()
null,
its values must be nullable.
Calling this method multiple times should return the same map in order to ensure a consistent file system implementation scheme.
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||