Changeset 8859


Ignore:
Timestamp:
2004-12-17T17:09:07+13:00 (19 years ago)
Author:
cs025
Message:

Function to get time stamp of build as a long added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/CollectionManager.java

    r8774 r8859  
    419419  }
    420420
     421  public long getBuildTimestamp()
     422  { return this.lastBuildDate.getTime().getTime();
     423  }
     424
    421425  public Date getBuildDate()
    422426  { return this.lastBuildDate.getTime();
     
    528532  }
    529533
     534
    530535  public String getNextDocumentID()
    531536  { StringBuffer ID = new StringBuffer(getDateString(this.lastBuildDate));
Note: See TracChangeset for help on using the changeset viewer.