public interface FileReadOnlyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
setFileReadOnly(java.io.File file,
boolean readOnly)
Makes the specified file read-only or writable, depending on the specified
readOnly flag.
|