当前页面: 
在线文档首页 > 
NetBeans API Javadoc 4.1.0 
CheckOutCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0 
org.netbeans.api.vcs.commands
Interface CheckOutCommand
- All Superinterfaces: 
 - Command, RevisionCommand
 
- public interface CheckOutCommand
- extends RevisionCommand
  
This interface represents the VCS check out command. This command will retrieve
 the last file revision (if a desired revision is not specified) from the
 version control repository to the working space.
 It can possibly apply locks, which can be undone by UncheckOutCommand.