All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class buildtools.CacheStore

java.lang.Object
   |
   +----buildtools.CacheStore

public class CacheStore
extends Object

Constructor Index

 o CacheStore()

Method Index

 o getCacheDirectory(File, File)
A convenient way to take a file and generate a unique cache directory for it to use.

Constructors

 o CacheStore
 public CacheStore()

Methods

 o getCacheDirectory
 public static synchronized String getCacheDirectory(File basedir,
                                                     File reference)
A convenient way to take a file and generate a unique cache directory for it to use. The directory it returns is created on disk.

Parameters:
base - The base for the file cache
reference - The file to use to determine how to generate the cache namespace

All Packages  Class Hierarchy  This Package  Previous  Next  Index