|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.registry.RecognizedFS
The container of manually recognized and unrecognized VCS filesystems.
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 |
public static RecognizedFS getDefault()
public Set getManuallyRecognized()
public boolean isManuallyRecognized(FSInfo fsInfo)
public void addManuallyRecognized(FSInfo fsInfo)
public void removeRecognized(FSInfo fsInfo)
public boolean isRecognitionRemoved(File root)
public Object clone()
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |