Uses of Class
org.eclipse.jgit.storage.file.FileSnapshot

Packages that use FileSnapshot
org.eclipse.jgit.storage.file   
 

Uses of FileSnapshot in org.eclipse.jgit.storage.file
 

Fields in org.eclipse.jgit.storage.file declared as FileSnapshot
static FileSnapshot FileSnapshot.DIRTY
          A FileSnapshot that is considered to always be modified.
static FileSnapshot FileSnapshot.MISSING_FILE
          A FileSnapshot that is clean if the file does not exist.
 

Methods in org.eclipse.jgit.storage.file that return FileSnapshot
 FileSnapshot LockFile.getCommitSnapshot()
           
static FileSnapshot FileSnapshot.save(File path)
          Record a snapshot for a specific file path.
static FileSnapshot FileSnapshot.save(long modified)
          Record a snapshot for a file for which the last modification time is already known.
 

Methods in org.eclipse.jgit.storage.file with parameters of type FileSnapshot
 boolean FileSnapshot.equals(FileSnapshot other)
          Compare two snapshots to see if they cache the same information.
 void FileSnapshot.setClean(FileSnapshot other)
          Update this snapshot when the content hasn't changed.
 



Copyright © 2012. All Rights Reserved.