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

RecognizedFS (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.registry
Class RecognizedFS

java.lang.Object
  extended byorg.netbeans.modules.vcscore.registry.RecognizedFS
All Implemented Interfaces:
EventListener, PropertyChangeListener, Serializable

public class RecognizedFS
extends Object
implements Serializable, PropertyChangeListener

The container of manually recognized and unrecognized VCS filesystems.

See Also:
Serialized Form

Method Summary
 void addManuallyRecognized(FSInfo fsInfo)
          Add a new manually recognized VCS filesystem.
 Object clone()
           
static RecognizedFS getDefault()
           
 Set getManuallyRecognized()
          Get the set of manually recognized VCS filesystems.
 boolean isManuallyRecognized(FSInfo fsInfo)
          Find out, whether the given filesystem info was recognized manually or not.
 boolean isRecognitionRemoved(File root)
          Test, whether some kind of recognized filesystem was removed from the specified root path.
 void propertyChange(PropertyChangeEvent evt)
           
 void removeRecognized(FSInfo fsInfo)
          Remove a recognized VCS filesystem.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefault

public static RecognizedFS getDefault()

getManuallyRecognized

public Set getManuallyRecognized()
Get the set of manually recognized VCS filesystems.

Returns:
The set of FSInfo objects.

isManuallyRecognized

public boolean isManuallyRecognized(FSInfo fsInfo)
Find out, whether the given filesystem info was recognized manually or not.


addManuallyRecognized

public void addManuallyRecognized(FSInfo fsInfo)
Add a new manually recognized VCS filesystem.


removeRecognized

public void removeRecognized(FSInfo fsInfo)
Remove a recognized VCS filesystem.


isRecognitionRemoved

public boolean isRecognitionRemoved(File root)
Test, whether some kind of recognized filesystem was removed from the specified root path.


clone

public Object clone()

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

 

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