|
org.netbeans.modules.masterfs/1 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSystemProvider
An object that implements FileSystemProvider have chance to affect behaviour of MasterFileSystem. MasterFileSystem delegates its functionality to mounted FileSystems. So, behaviour of MasterFileSystem can be affected easily by mounting its own implemenation of FileSystem.
There are two ways how to mount FileSystem into MasterFileSystem:
AutoMountProvider
must be able to return best suited filesystem for passed mount point or null.
MountSupport
,
which is API, that has two methods mount and unmount.
MountSupport
,
AutoMountProvider
Method Summary | |
---|---|
AutoMountProvider |
initialize(MountSupport mSupport)
Implementation of method initialize may support: automatic mounting, then method initialize mustn't return null. |
Method Detail |
---|
AutoMountProvider initialize(MountSupport mSupport)
mSupport
- instance of MountSupport provided by MasterFileSystem
|
org.netbeans.modules.masterfs/1 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |