public interface HashedVirtualFileRef extends VirtualFileRef
HashedVirtualFileRef
represents a virtual file reference
with content hash.Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentHashStr() |
static HashedVirtualFileRef |
of(java.lang.String id,
java.lang.String contentHashStr) |
static HashedVirtualFileRef |
of(java.lang.String id,
java.lang.String contentHashStr,
long sizeBytes) |
long |
sizeBytes() |
id, name, names, of
static HashedVirtualFileRef of(java.lang.String id, java.lang.String contentHashStr)
static HashedVirtualFileRef of(java.lang.String id, java.lang.String contentHashStr, long sizeBytes)
java.lang.String contentHashStr()
long sizeBytes()