org.netbeans.lib.cvsclient.file
Interface FileReadOnlyHandler

All Known Implementing Classes:
WindowsFileReadOnlyHandler

public interface FileReadOnlyHandler

Version:
Nov 17, 2001
Author:
Thomas Singer

Method Summary
 void setFileReadOnly(File file, boolean readOnly)
          Makes the specified file read-only or writable, depending on the specified readOnly flag.
 

Method Detail

setFileReadOnly

void setFileReadOnly(File file,
                     boolean readOnly)
                     throws IOException
Makes the specified file read-only or writable, depending on the specified readOnly flag.

Throws:
IOException - if something gone wrong


Copyright © 2011. All Rights Reserved.