|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.opengrok.history.PerforceHistoryParser
public class PerforceHistoryParser
Parse source history for a Perforce Repository
Constructor Summary | |
---|---|
PerforceHistoryParser()
|
Method Summary | |
---|---|
static java.util.List<HistoryEntry> |
getRevisions(java.io.File file,
java.lang.String rev)
|
History |
parse(java.io.File file,
Repository repos)
Parse the history for the specified file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerforceHistoryParser()
Method Detail |
---|
public static java.util.List<HistoryEntry> getRevisions(java.io.File file, java.lang.String rev) throws java.io.IOException
java.io.IOException
public History parse(java.io.File file, Repository repos) throws HistoryException
file
- the file to parse history forrepos
- Pointer to the PerforceRepository
HistoryException
- if a problem occurs while executing p4 command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |