当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
RemoveCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.api.vcs.commands
Interface RemoveCommand
- All Superinterfaces:
- Command, MessagingCommand
- public interface RemoveCommand
- extends MessagingCommand
This interface represents the VCS remove command. This command will remove files
from the version control repository (or marks as removed in the repository
as appropriate for the target version control system). It must perform the complete
operation in the repository, not only some local marks (like cvs remove does).