org.tranche.project
Class ProjectSummaryCache

java.lang.Object
  extended by org.tranche.project.ProjectSummaryCache

public class ProjectSummaryCache
extends java.lang.Object

Utility to retrieve and parse project cache file, as well as manage aspects of cache.

Author:
James "Augie" Hill - augman85@gmail.com, Bryan E. Smith - bryanesmith@gmail.com

Constructor Summary
ProjectSummaryCache()
           
 
Method Summary
static java.util.List<BigHash> getNewestProjectCacheHashes()
          Returns most recent hashes for cache (newest version).
static java.util.Collection<ProjectSummary> getProjects()
           
static void waitForStartup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSummaryCache

public ProjectSummaryCache()
Method Detail

getNewestProjectCacheHashes

public static java.util.List<BigHash> getNewestProjectCacheHashes()
Returns most recent hashes for cache (newest version).

Returns:

waitForStartup

public static void waitForStartup()

getProjects

public static java.util.Collection<ProjectSummary> getProjects()
Returns:


This code is free for use both commercially and non-commercially as stated in the project's license