当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
FSRecognizer (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore.registry
Class FSRecognizer
java.lang.Object
org.netbeans.modules.vcscore.registry.FSRecognizer
- public abstract class FSRecognizer
- extends Object
The recognizer of a VCS filesystem.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSRecognizer
public FSRecognizer()
findFSInfo
public abstract FSInfo findFSInfo(File folder)
- Get a filesystem info for the given physical folder.
- Parameters:
folder
- The folder, that is to be recognized.
- Returns:
- Filesystem info for the given folder or
null
when
no filesystem is recognized.
createFSInfo
public abstract FSInfo createFSInfo()
- Create an empty customizable filesystem info.
That is intended for creating of new filesystem information,
that were not recognized automatically.