当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
CheckInCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.api.vcs.commands
Interface CheckInCommand
- All Superinterfaces:
- Command, MessagingCommand
- public interface CheckInCommand
- extends MessagingCommand
This interface represents the VCS check in command. This command will add
a new file revision into the version control repository. It's supposed,
that the processed files already have the corresponding repository representations
and new revisions will be created for them.
This command is not supposed to add new files into the repository. Use the
AddCommand
for that purpose.