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

UpdateCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.api.vcs.commands
Interface UpdateCommand

All Superinterfaces:
Command, RevisionCommand

public interface UpdateCommand
extends RevisionCommand

This interface represents the VCS update command. This command updates files in your workspace with the latest version (or the revision specified by RevisionCommand.setRevision(java.lang.String)) of files from the repository. No locks are applied (unlike CheckOutCommand).


Methods inherited from interface org.netbeans.api.vcs.commands.RevisionCommand
getRevision, setRevision
 
Methods inherited from interface org.netbeans.api.vcs.commands.Command
execute, getApplicableFiles, getDisplayName, getFiles, getName, isExpertMode, isGUIMode, setExpertMode, setFiles, setGUIMode
 


 

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