public class VersionedFile
extends Object
Encapsulation of a versioned file. The current implementation stores the file
as a directory, containing files named 1,2,3....n, with symbolic links for
the latest and default version of the file.
- Author:
- tonyj