1: /*
2: * Created on 16-Mar-2006
3: */
4: package uk.org.ponder.fileutil;
5:
6: publicclass StalenessEntry {
7: publiclong lastchecked; // millisecond datestamp that filesystem freshness was checked
8:publiclong modtime; // modification time of the file giving rise to current tree
9: }