public class ByteContentRetriever extends ChangeSetsProcessor
myPath
Constructor and Description |
---|
ByteContentRetriever(IdeaGateway gateway,
LocalHistoryFacade vcs,
VirtualFile file,
FileRevisionTimestampComparator c) |
Modifier and Type | Method and Description |
---|---|
protected Pair<java.lang.String,java.util.List<ChangeSet>> |
collectChanges() |
byte[] |
getResult() |
protected void |
nothingToVisit() |
void |
visit(ChangeSet changeSet) |
process
public ByteContentRetriever(IdeaGateway gateway, LocalHistoryFacade vcs, VirtualFile file, FileRevisionTimestampComparator c)
public byte[] getResult()
protected Pair<java.lang.String,java.util.List<ChangeSet>> collectChanges()
collectChanges
in class ChangeSetsProcessor
protected void nothingToVisit()
nothingToVisit
in class ChangeSetsProcessor
public void visit(ChangeSet changeSet)
visit
in class ChangeSetsProcessor