org.netbeans.lib.cvsclient.admin
Class DateComparator

java.lang.Object
  extended by org.netbeans.lib.cvsclient.admin.DateComparator

public class DateComparator
extends Object

A class for comparing the file's date and the CVS/Entries date.

Version:
Sep 29, 2001
Author:
Thomas Singer

Method Summary
 boolean equals(long fileTime, long entryTime)
          Compares the specified dates, whether they should be treated as equal.
static DateComparator getInstance()
          Returns an instance of a DateComparator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DateComparator getInstance()
Returns an instance of a DateComparator.


equals

public boolean equals(long fileTime,
                      long entryTime)
Compares the specified dates, whether they should be treated as equal. Returns true to indicate equality.



Copyright © 2011. All Rights Reserved.