@Immutable
public class FileRecord
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
java.lang.String |
getHash() |
static FileRecord |
of(java.io.File file) |
java.lang.String |
toString() |
public static FileRecord of(java.io.File file) throws java.io.IOException
java.io.IOException
public java.io.File getFile()
public java.lang.String getHash()
public java.lang.String toString()
toString
in class java.lang.Object