Package org.olat.core.util.vfs.version

Interface Summary
FolderVersioningConfigurator Description:
Interface for the configuration of versioning.
Versionable Description:
A VFSItem which want to be versioned must implements this interface.
Versions Description:
The interface which enabled the versioning
VFSRevision Description:
This interface describes a revision of a file
 

Class Summary
NotVersioned Description:
This class implements the @see org.olat.core.util.vfs.version.Versions interface for a file which is not versioned and will never be.
RevisionFileImpl Description:
This class describes a file's revision.
SimpleVersionConfig Description:
A very simple configuration bean for versioning.
VersionsFileImpl Description:
This class implements the @see org.olat.core.util.vfs.version.Versions for a file which is versioned.
VersionsFileManager Description:
This implementation of the VersionsManager saved the revisions of a file in a file with the same name as the original + ".xml".
VersionsManager Description: