@ThreadSafe public final class FsFilteringManager extends FsDecoratingManager<FsManager>
constructor.delegate| Constructor and Description |
|---|
FsFilteringManager(FsManager manager,
FsMountPoint prefix)
Constructs a new prefix filter file system manager from the given file
system manager and mount point prefix.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Returns the number of managed file system controllers.
|
Iterator<FsController<?>> |
iterator()
Returns an ordered iterator for the managed file system controllers.
|
getController, toStringequals, hashCode, newController, syncpublic FsFilteringManager(FsManager manager, FsMountPoint prefix)
manager - the decorated file system manager.prefix - the prefix of the mount point used to filter all federated
file systems of the decorated file system manager.public int getSize()
FsManagergetSize in class FsDecoratingManager<FsManager>public Iterator<FsController<?>> iterator()
FsManageriterator in interface Iterable<FsController<?>>iterator in class FsDecoratingManager<FsManager>Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.