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.
-
STATUS_A
-
-
STATUS_C
-
-
STATUS_M
-
-
STATUS_OK
-
-
STATUS_Q
-
-
STATUS_R
-
-
STATUS_U
-
-
diff()
- Get this entry diffs against latest cvs version.
-
getAbsolutePath()
- Get this entry absolute path name.
-
getName()
- Get this entry name.
-
getStatus()
- Get this entry status.
-
log()
- Get this entry log.
STATUS_U
public final static int STATUS_U
STATUS_A
public final static int STATUS_A
STATUS_R
public final static int STATUS_R
STATUS_M
public final static int STATUS_M
STATUS_C
public final static int STATUS_C
STATUS_Q
public final static int STATUS_Q
STATUS_OK
public final static int STATUS_OK
getName
public String getName()
- Get this entry name.
getAbsolutePath
public String getAbsolutePath()
- Get this entry absolute path name.
getStatus
public int getStatus()
- Get this entry status.
log
public String log() throws CvsException
- Get this entry log.
diff
public String diff() throws CvsException
- Get this entry diffs against latest cvs version.
All Packages Class Hierarchy This Package Previous Next Index