Uses of Class
org.rhq.common.drift.FileEntry

Uses of FileEntry in org.rhq.common.drift
 

Methods in org.rhq.common.drift that return FileEntry
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)
           
 

Methods in org.rhq.common.drift that return types with arguments of type FileEntry
 Iterator<FileEntry> ChangeSetReaderImpl.iterator()
           
 

Methods in org.rhq.common.drift with parameters of type FileEntry
 int FileEntry.compareTo(FileEntry o)
           
 void ChangeSetWriter.write(FileEntry entry)
           
 void ChangeSetWriterImpl.write(FileEntry entry)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.