org.netbeans.lib.cvsclient.file
Class FileMode

java.lang.Object
  extended by org.netbeans.lib.cvsclient.file.FileMode

public class FileMode
extends java.lang.Object

Implements the CVS concept of File Modes (permissions).


Constructor Summary
FileMode(java.io.File file)
          Construct a new file mode from a file.
 
Method Summary
 java.lang.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(java.io.File file)
Construct a new file mode from a file.

Method Detail

toString

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

Overrides:
toString in class java.lang.Object

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.