| Interface | Description |
|---|---|
| VcsAdd |
The VCS add file operation.
|
| VcsCheckout |
The VCS checkout file operation.
|
| VcsCommit |
The VCS commit file operation.
|
| VcsCommitListener |
The VCS commit listener.
|
| VcsDelete |
The VCS delete file operation.
|
| VcsLog |
The VCS log file operation.
|
| VcsLogEntryHandler |
Handles VCS log entries.
|
| VcsModifyListener |
Handles VFS file modifications.
|
| VcsRevert |
Restores pristine working copy file and cancels all local modifications.
|
| VcsUpdate |
The VCS update file operation.
|
| VcsUpdateListener |
Handles VCS updates.
|
| Class | Description |
|---|---|
| VcsLogEntry |
A VFS log entry.
|
| Enum | Description |
|---|---|
| VcsStatus |
Enumerates VFS status.
|
This package contains common interfaces for Version Control Systems such as Git, SVN, CVS, etc.
The implementation of that interfaces it a system-specific deal and all implementations are located in the corresponding packages for those concrete systems.
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.