TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Interface FsManagerService

All Known Implementing Classes:
FsManagerLocator, FsManagerProvider

public interface FsManagerService

A service for a file system manager.

Implementations must be thread-safe.

Author:
Christian Schlichtherle

Method Summary
 FsManager getManager()
          Returns the file system manager.
 

Method Detail

getManager

@NonNull
FsManager getManager()
Returns the file system manager.

Calling this method multiple 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-rc1

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