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

FolderEntry (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.turbo
Class FolderEntry

java.lang.Object
  extended byorg.netbeans.modules.vcscore.turbo.FolderEntry

public final class FolderEntry
extends Object

Virtual file descriptor.


Constructor Summary
FolderEntry(String name, boolean folder)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 boolean isFolder()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderEntry

public FolderEntry(String name,
                   boolean folder)
Method Detail

getName

public String getName()

isFolder

public boolean isFolder()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

 

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