TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs.spi
Class FsManagerProvider

java.lang.Object
  extended by de.schlichtherle.truezip.fs.spi.FsManagerProvider
All Implemented Interfaces:
FsManagerService

public abstract class FsManagerProvider
extends Object
implements FsManagerService

An abstract locatable service provider for a file system manager. Implementations of this abstract class are subject to service location by the class FsManagerLocator.

Implementations must be thread-safe.

Author:
Christian Schlichtherle

Constructor Summary
FsManagerProvider()
           
 
Method Summary
 String toString()
          Returns a string representation of this object for debugging and logging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.schlichtherle.truezip.fs.FsManagerService
getManager
 

Constructor Detail

FsManagerProvider

public FsManagerProvider()
Method Detail

toString

public String toString()
Returns a string representation of this object for debugging and logging purposes.

Overrides:
toString in class Object

TrueZIP Kernel 7.0-rc1

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