Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

buildtools
Class CacheStore  view CacheStore download CacheStore.java

java.lang.Object
  extended bybuildtools.CacheStore

public class CacheStore
extends java.lang.Object


Constructor Summary
CacheStore()
           
 
Method Summary
static java.lang.String getCacheDirectory(java.io.File basedir, java.io.File reference)
          A convenient way to take a file and generate a unique cache directory for it to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStore

public CacheStore()
Method Detail

getCacheDirectory

public static java.lang.String getCacheDirectory(java.io.File basedir,
                                                 java.io.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.