| Modifier and Type | Method and Description |
|---|---|
static FileEntry |
FileEntry.addedFileEntry(String file,
String sha,
Long lastModified,
Long size) |
static FileEntry |
FileEntry.changedFileEntry(String file,
String oldSHA,
String newSHA,
Long lastModified,
Long size) |
FileEntry |
ChangeSetReader.read()
Read and return the next file entry or null if the end of the file has been reached.
|
FileEntry |
ChangeSetReaderImpl.read() |
static FileEntry |
FileEntry.removedFileEntry(String file,
String sha) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<FileEntry> |
ChangeSetReaderImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
FileEntry.compareTo(FileEntry o) |
void |
ChangeSetWriter.write(FileEntry entry) |
void |
ChangeSetWriterImpl.write(FileEntry entry) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.