当前页面:
在线文档首页 >
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).