Package com.intellij.openapi.vcs

Provides interfaces for integrating IDEA with version control systems.

See:
          Description

Interface Summary
CheckinProjectDialogImplementer  
CheckinProjectPanel  
CheckoutProvider Implement this interface and register it as ApplicationComponent in order to provide checkout
DiffContentCallback author: lesya
DirectoryMoveProvider author: lesya
DirectoryRenameProvider author: lesya
EditFileProvider VCS interface for invoking "check out"/"edit file" operations.
FileMoveProvider author: lesya
FilePath  
FileRenameProvider author: lesya
FileStatus  
FileStatusFactory  
FileStatusListener  
FileStatusProvider  
NamedComponent author: lesya
RollbackProvider  
SelectionChangeListener  
StandardOperationsProvider  
TransactionProvider author: lesya
TransactionRunnable  
UpToDateRevisionProvider author: lesya
VcsDataConstants  
VcsShowConfirmationOption  
VcsShowSettingOption  
 

Class Summary
AbstractVcs The base class for a version control system integrated with IDEA.
AbstractVcsHelper  
CheckinProjectDialog  
DelayedFileStatusProvider  
FileStatusManager  
ModuleLevelVcsManager  
ProjectLevelVcsManager Manages the version control systems used by a specific project.
VcsConfiguration author: lesya
VcsManager  
 

Enum Summary
VcsConfiguration.StandardConfirmation  
VcsConfiguration.StandardOption  
VcsShowConfirmationOption.Value  
 

Exception Summary
CompositeVcsException  
VcsException  
 

Package com.intellij.openapi.vcs Description

Provides interfaces for integrating IDEA with version control systems.