Class w3c.cvs.CvsEntry
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.cvs.CvsEntry

java.lang.Object
   |
   +----w3c.cvs.CvsEntry

public class CvsEntry
extends Object
This class implements the state of any entry associated to a directory.

Variable Index

 o STATUS_A
 o STATUS_C
 o STATUS_M
 o STATUS_OK
 o STATUS_P
 o STATUS_Q
 o STATUS_R
 o STATUS_U

Method Index

 o diff()
Get this entry diffs against latest cvs version.
 o getAbsolutePath()
Get this entry absolute path name.
 o getName()
Get this entry name.
 o getStatus()
Get this entry status.
 o log()
Get this entry log.

Variables

 o STATUS_U
  public final static int STATUS_U
 o STATUS_A
  public final static int STATUS_A
 o STATUS_R
  public final static int STATUS_R
 o STATUS_M
  public final static int STATUS_M
 o STATUS_C
  public final static int STATUS_C
 o STATUS_Q
  public final static int STATUS_Q
 o STATUS_OK
  public final static int STATUS_OK
 o STATUS_P
  public final static int STATUS_P

Methods

 o getName
  public String getName()
Get this entry name.
 o getAbsolutePath
  public String getAbsolutePath()
Get this entry absolute path name.
 o getStatus
  public int getStatus()
Get this entry status.
 o log
  public String log() throws CvsException
Get this entry log.
 o diff
  public String diff() throws CvsException
Get this entry diffs against latest cvs version.

All Packages  Class Hierarchy  This Package  Previous  Next  Index