Package org.apache.commons.vfs2.operations.vcs
VFS version control operations.
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.
-
Interface Summary 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 Summary Class Description VcsLogEntry A VFS log entry. -
Enum Summary Enum Description VcsStatus Enumerates VFS status.