|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSInfo | |
org.netbeans.modules.vcscore.registry |
Uses of FSInfo in org.netbeans.modules.vcscore.registry |
Methods in org.netbeans.modules.vcscore.registry that return FSInfo | |
FSInfo |
FSRegistryEvent.getInfo()
Get the filesystem info. |
FSInfo[] |
FSRegistry.getRegistered()
Get all registered filesystem infos. |
abstract FSInfo |
FSRecognizer.findFSInfo(File folder)
Get a filesystem info for the given physical folder. |
abstract FSInfo |
FSRecognizer.createFSInfo()
Create an empty customizable filesystem info. |
Methods in org.netbeans.modules.vcscore.registry with parameters of type FSInfo | |
boolean |
RecognizedFS.isManuallyRecognized(FSInfo fsInfo)
Find out, whether the given filesystem info was recognized manually or not. |
void |
RecognizedFS.addManuallyRecognized(FSInfo fsInfo)
Add a new manually recognized VCS filesystem. |
void |
RecognizedFS.removeRecognized(FSInfo fsInfo)
Remove a recognized VCS filesystem. |
void |
FSRegistry.register(FSInfo fsInfo)
Register a filesystem information. |
void |
FSRegistry.unregister(FSInfo fsInfo)
Unregister a filesystem information. |
boolean |
FSRegistry.isRegistered(FSInfo info)
Find out whether a given filesystem info is already registered or not. |
protected void |
FSRegistry.fireFSInfoChanged(FSInfo fsInfo,
boolean added,
Object propagationId)
|
Constructors in org.netbeans.modules.vcscore.registry with parameters of type FSInfo | |
FSRegistryEvent(FSRegistry registry,
FSInfo fsInfo,
boolean added)
Creates a new instance of FSRegistryEvent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |