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

VcsModule (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore
Class VcsModule

java.lang.Object
  extended byorg.openide.util.SharedClassObject
      extended byorg.openide.modules.ModuleInstall
          extended byorg.netbeans.modules.vcscore.VcsModule
All Implemented Interfaces:
Externalizable, Serializable

public final class VcsModule
extends ModuleInstall

Redistributes notifications about module lifetime. Warning: it's registered using module manifest, no usages can be found.

See Also:
Serialized Form

Constructor Summary
VcsModule()
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, closing, installed, restored, uninstalled, updated, validate
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, initialize, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VcsModule

public VcsModule()
Method Detail

close

public void close()

 

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