public static interface VCSHistoryProvider.RevisionProvider
VCSHistoryProvider.HistoryEntry in case
VCSHistoryProvider.HistoryEntry.getRevisionFile(java.io.File, java.io.File)
is expected to work.VCSHistoryProvider.HistoryEntry.getRevisionFile(java.io.File, java.io.File)| Modifier and Type | Method and Description |
|---|---|
void |
getRevisionFile(File originalFile,
File revisionFile)
Get the copy of a file as it was in a revision given by a
VCSHistoryProvider.HistoryEntry. |
void getRevisionFile(File originalFile, File revisionFile)
VCSHistoryProvider.HistoryEntry.
In case the versioning system cannot provide the file in the requested revision
then this method should do nothing.originalFile - placeholder File for the original (unmodified) copy of the working filerevisionFile - a File in the working copyBuilt on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.