TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Interface FsManagerProvider

All Known Implementing Classes:
FsManagerLocator, FsManagerService

public interface FsManagerProvider

A provider for the singleton file system manager.

Implementations must be thread-safe.

Author:
Christian Schlichtherle

Method Summary
 FsManager get()
          Returns the singleton file system manager.
 

Method Detail

get

@NonNull
FsManager get()
Returns the singleton file system manager.

Calling this method several times must return the same file system manager in order to ensure consistency of the virtual file system space.

Returns:
The file system manager.

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.