public interface ProjectFileHashLoader
ProjectFilesystem
.Modifier and Type | Method and Description |
---|---|
com.google.common.hash.HashCode |
get(Path path) |
com.google.common.hash.HashCode |
getForArchiveMember(Path relativeArchivePath,
Path memberPath) |
Optional<com.google.common.hash.HashCode> |
getIfPresent(Path path) |
long |
getSize(Path path) |
com.google.common.hash.HashCode get(Path path) throws IOException
IOException
com.google.common.hash.HashCode getForArchiveMember(Path relativeArchivePath, Path memberPath) throws IOException
IOException
long getSize(Path path) throws IOException
IOException