allensoft.javacvs.client
Class DirectoryEntry

java.lang.Object
  |
  +--allensoft.javacvs.client.Entry
        |
        +--allensoft.javacvs.client.DirectoryEntry
All Implemented Interfaces:
java.lang.Comparable

public final class DirectoryEntry
extends Entry

Represents an entry with the "Entries" file for a directory.


Fields inherited from class allensoft.javacvs.client.Entry
m_sName
 
Method Summary
static DirectoryEntry getDirectoryEntry(java.io.File dir)
           
 java.lang.String toString()
           
 void write(java.io.PrintWriter out)
          Writes this entry to the specified output.
 
Methods inherited from class allensoft.javacvs.client.Entry
addPropertyChangeListener, addPropertyChangeListener, compareTo, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAbsoluteRepositoryPath, getEntry, getEntry, getFile, getName, getWorkingDirectory, hashCode, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDirectoryEntry

public static DirectoryEntry getDirectoryEntry(java.io.File dir)
                                        throws CVSException,
                                               java.io.IOException

write

public void write(java.io.PrintWriter out)
Description copied from class: Entry
Writes this entry to the specified output.
Overrides:
write in class Entry

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object