|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.masterfs.providers.AutoMountProvider org.netbeans.modules.vcscore.registry.VcsFSProvider
Provider of VCS filesystems for recognized folders.
Constructor Summary | |
VcsFSProvider()
Creates a new instance of CommandLineFileSystemProvider |
Method Summary | |
FileSystem |
createFileSystem(String rootPath)
Creates filesystem with root defined by rootPath |
void |
fsAdded(FSRegistryEvent ev)
Called when a new filesystem information is added. |
void |
fsRemoved(FSRegistryEvent ev)
Called when a filesystem information is removed. |
Image |
getIcon(String rootPath,
int iconType)
|
org.netbeans.modules.masterfs.providers.AutoMountProvider |
initialize(org.netbeans.modules.masterfs.providers.MountSupport mSupport)
HostFileSystem invokes this method to pass impl. |
boolean |
isRootOfFileSystem(String rootPath)
|
void |
propertyChange(PropertyChangeEvent evt)
|
void |
vetoableChange(PropertyChangeEvent evt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VcsFSProvider()
Method Detail |
public org.netbeans.modules.masterfs.providers.AutoMountProvider initialize(org.netbeans.modules.masterfs.providers.MountSupport mSupport)
initialize
in interface org.netbeans.modules.masterfs.providers.FileSystemProvider
mSupport
- impl. of MountSupport
public FileSystem createFileSystem(String rootPath) throws IOException, PropertyVetoException
IOException
PropertyVetoException
public boolean isRootOfFileSystem(String rootPath)
public Image getIcon(String rootPath, int iconType)
public void vetoableChange(PropertyChangeEvent evt) throws PropertyVetoException
vetoableChange
in interface VetoableChangeListener
PropertyVetoException
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public void fsAdded(FSRegistryEvent ev)
FSRegistryListener
fsAdded
in interface FSRegistryListener
public void fsRemoved(FSRegistryEvent ev)
FSRegistryListener
fsRemoved
in interface FSRegistryListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |