public interface InputFileDetails
| Modifier and Type | Method | Description | 
|---|---|---|
| File | getFile() | The input file, which may no longer exist. | 
| boolean | isAdded() | Was the file added? | 
| boolean | isModified() | Was the file modified? | 
| boolean | isRemoved() | Was the file removed? | 
boolean isAdded()
boolean isModified()
boolean isRemoved()
File getFile()