Uses of Class
com.ice.cvsc.CVSTimestamp

Packages that use CVSTimestamp
com.ice.cvsc Implements the CVS client/server protocol. 
 

Uses of CVSTimestamp in com.ice.cvsc
 

Methods in com.ice.cvsc that return CVSTimestamp
 CVSTimestamp CVSTimestampFormat.parse(java.lang.String source)
           
 CVSTimestamp CVSTimestampFormat.parseTimestamp(java.lang.String source)
           
 CVSTimestamp CVSTimestampFormat.parseTimestamp(java.lang.String source, java.text.ParsePosition pos)
           
 CVSTimestamp CVSEntry.getCVSTime()
          The cached CVSTimestamp (a subclass of Date), or null.
 

Methods in com.ice.cvsc with parameters of type CVSTimestamp
 java.lang.String CVSTimestampFormat.format(CVSTimestamp stamp)
           
 java.lang.String CVSTimestampFormat.formatTimeZone(CVSTimestamp stamp, java.util.TimeZone tz)
           
 java.lang.String CVSTimestampFormat.formatTerse(CVSTimestamp stamp)
           
 java.lang.String CVSTimestampFormat.formatTerseTimeZone(CVSTimestamp stamp, java.util.TimeZone tz)
           
 boolean CVSTimestamp.equalsTimestamp(CVSTimestamp stamp)
          Determines if this timestamp is considered equivalent to the time represented by another timestamp.
 



Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.