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

RevisionCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.api.vcs.commands
Interface RevisionCommand

All Superinterfaces:
Command
All Known Subinterfaces:
CheckOutCommand, DiffCommand, UncheckOutCommand, UpdateCommand

public interface RevisionCommand
extends Command

This interface represents a VCS command, that can operate on revisions.


Method Summary
 String getRevision()
          Get the revision to act on.
 void setRevision(String revision)
          Set a specific revision to act on.
 
Methods inherited from interface org.netbeans.api.vcs.commands.Command
execute, getApplicableFiles, getDisplayName, getFiles, getName, isExpertMode, isGUIMode, setExpertMode, setFiles, setGUIMode
 

Method Detail

setRevision

public void setRevision(String revision)
Set a specific revision to act on.

Parameters:
revision - The revision to act on

getRevision

public String getRevision()
Get the revision to act on.

Returns:
The revision to act on

 

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