站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

FileSystemProvider (Master Filesystem) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.masterfs/1 1.11

org.netbeans.modules.masterfs.providers
Interface FileSystemProvider


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:

See Also:
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

initialize

AutoMountProvider initialize(MountSupport mSupport)
Implementation of method initialize may support:
  • automatic mounting, then method initialize mustn't return null.
  • user mounting, then MountSupport passed to method initalize needs to be kept.
  • both above mentioned

Parameters:
mSupport - instance of MountSupport provided by MasterFileSystem
Returns:
instance of AutoMountProvider if there is supported automatic mounting

org.netbeans.modules.masterfs/1 1.11

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.