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

ProvidedCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Interface ProvidedCommand

All Known Implementing Classes:
UserCommandTask

public interface ProvidedCommand

This class represents a command which knows about it's VcsCommandsProvider. Either Command or CommandTask can implement this interface so that it can be found where did they come from.


Method Summary
 VcsCommandsProvider getProvider()
          Get the VCS commands provider, that provided this Command or CommandTask.
 void setProvider(VcsCommandsProvider provider)
          Set the VCS commands provider, that provided this Command or CommandTask.
 

Method Detail

getProvider

public VcsCommandsProvider getProvider()
Get the VCS commands provider, that provided this Command or CommandTask.


setProvider

public void setProvider(VcsCommandsProvider provider)
Set the VCS commands provider, that provided this Command or CommandTask. This method should be called just by the implementator.


 

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