站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.netbeans.modules.vcscore.registry.FSRecognizer

public abstract class FSRecognizer
extends Object

The recognizer of a VCS filesystem.


Constructor Summary
FSRecognizer()
           
 
Method Summary
abstract  FSInfo createFSInfo()
          Create an empty customizable filesystem info.
abstract  FSInfo findFSInfo(File folder)
          Get a filesystem info for the given physical folder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSRecognizer

public FSRecognizer()
Method Detail

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.


 

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