org.netbeans.lib.cvsclient.file
Class FileMode

java.lang.Object
  extended by 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileMode

public FileMode(File file)
Construct a new file mode from a file.

Method Detail

toString

public String toString()
Returns a CVS-compatible file mode string

Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.