org.netbeans.lib.cvsclient.file
Class FileMode
java.lang.Object
org.netbeans.lib.cvsclient.file.FileMode
public class FileMode
- extends Object
Implements the CVS concept of File Modes (permissions).
- Author:
- Robert Greig
Constructor Summary |
FileMode(File file)
Construct a new file mode from a file. |
Method Summary |
String |
toString()
Returns a CVS-compatible file mode string |
FileMode
public FileMode(File file)
- Construct a new file mode from a file.
toString
public String toString()
- Returns a CVS-compatible file mode string
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.