public interface FileReadOnlyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
setFileReadOnly(File file,
boolean readOnly)
Makes the specified file read-only or writable, depending on the
specified readOnly flag.
|
void setFileReadOnly(File file, boolean readOnly) throws IOException
IOException - if something gone wrongCopyright © 2013. All rights reserved.