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) |
processpublic 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 ChangeSetsProcessorprotected void nothingToVisit()
nothingToVisit in class ChangeSetsProcessorpublic void visit(ChangeSet changeSet)
visit in class ChangeSetsProcessor