|
|||||||||
| Home >> All >> [ buildtools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
buildtools
Class CacheStore

java.lang.Objectbuildtools.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.
|
|||||||||
| Home >> All >> [ buildtools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
buildtools.CacheStore