Uses of Class
org.eclipse.jgit.lib.RepositoryCache.FileKey

Packages that use RepositoryCache.FileKey
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
 

Uses of RepositoryCache.FileKey in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return RepositoryCache.FileKey
static RepositoryCache.FileKey RepositoryCache.FileKey.exact(File directory, FS fs)
          Obtain a pointer to an exact location on disk.
static RepositoryCache.FileKey RepositoryCache.FileKey.lenient(File directory, FS fs)
          Obtain a pointer to a location on disk.
 



Copyright © 2013. All Rights Reserved.