|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ant.CVSUtil.CVSEntry
public static class CVSUtil.CVSEntry
Description of Class
Constructor Summary | |
---|---|
CVSUtil.CVSEntry()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object src)
Description of the Method |
boolean |
equalsTime(long time)
Determines if this timestamp is considered equivalent to the time represented by the parameter we are passed. |
java.lang.String |
getFileName()
Gets the fileName attribute of the CVSEntry object |
int |
hashCode()
Description of the Method |
static CVSUtil.CVSEntry |
parseEntryLine(java.io.File parent_dir,
java.lang.String parseLine)
Description of the Method |
java.util.Date |
parseTimestamp(java.lang.String source)
Description of the Method |
void |
setTimestamp(java.lang.String timeStamp)
Sets the timestamp attribute of the CVSEntry object |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CVSUtil.CVSEntry()
Method Detail |
---|
public void setTimestamp(java.lang.String timeStamp)
timeStamp
- The new timestamp valuepublic java.lang.String getFileName()
public boolean equals(java.lang.Object src)
equals
in class java.lang.Object
src
- Description of the Parameter
public boolean equalsTime(long time)
time
- Description of the Parameter
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Date parseTimestamp(java.lang.String source) throws java.text.ParseException
source
- Description of the Parameter
java.text.ParseException
- Description of the Exceptionpublic java.lang.String toString()
toString
in class java.lang.Object
public static CVSUtil.CVSEntry parseEntryLine(java.io.File parent_dir, java.lang.String parseLine) throws java.text.ParseException
parent_dir
- Description of the ParameterparseLine
- Description of the Parameter
java.text.ParseException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |