Package org.apache.commons.vfs2.operations.vcs
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.
-
ClassDescriptionThe VCS add file operation.The VCS checkout file operation.The VCS commit file operation.The VCS commit listener.The VCS delete file operation.The VCS log file operation.A VFS log entry.Handles VCS log entries.Handles VFS file modifications.Restores pristine working copy file and cancels all local modifications.Enumerates VFS status.The VCS update file operation.Handles VCS updates.