utilities
Class ImageIOGreyScale.CacheInfo

java.lang.Object
  extended by utilities.ImageIOGreyScale.CacheInfo
Enclosing class:
ImageIOGreyScale

static class ImageIOGreyScale.CacheInfo
extends java.lang.Object

A class to hold information about caching. Each ThreadGroup will have its own copy via the AppContext mechanism.


Field Summary
(package private)  java.io.File cacheDirectory
           
(package private)  java.lang.Boolean hasPermission
           
(package private)  boolean useCache
           
 
Constructor Summary
ImageIOGreyScale.CacheInfo()
           
 
Method Summary
 java.io.File getCacheDirectory()
           
 java.lang.Boolean getHasPermission()
           
 boolean getUseCache()
           
 void setCacheDirectory(java.io.File cacheDirectory)
           
 void setHasPermission(java.lang.Boolean hasPermission)
           
 void setUseCache(boolean useCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useCache

boolean useCache

cacheDirectory

java.io.File cacheDirectory

hasPermission

java.lang.Boolean hasPermission
Constructor Detail

ImageIOGreyScale.CacheInfo

public ImageIOGreyScale.CacheInfo()
Method Detail

getUseCache

public boolean getUseCache()

setUseCache

public void setUseCache(boolean useCache)

getCacheDirectory

public java.io.File getCacheDirectory()

setCacheDirectory

public void setCacheDirectory(java.io.File cacheDirectory)

getHasPermission

public java.lang.Boolean getHasPermission()

setHasPermission

public void setHasPermission(java.lang.Boolean hasPermission)