Package | Description |
---|---|
org.opensolaris.opengrok.history |
From the OpenGrok internals:
To get the version control history Analyzer Guru, calls his
old friend the good old History Guru.
|
Modifier and Type | Method and Description |
---|---|
History |
DirectoryHistoryReader.getHistory() |
History |
HistoryGuru.getHistory(java.io.File file)
Get the history for the specified file.
|
History |
HistoryGuru.getHistory(java.io.File file,
boolean withFiles)
Get the history for the specified file.
|
static History |
PerforceHistoryParser.getRevisions(java.io.File file,
java.lang.String rev) |
protected static History |
PerforceHistoryParser.parseChanges(java.io.Reader fileHistory)
Parses the history in the given string.
|
protected static History |
PerforceHistoryParser.parseFileLog(java.io.Reader fileLog)
Parse file log.
|