|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Configuration class for the Indexed Disk Cache
| Field Summary | |
private java.lang.String |
cacheName
|
private java.lang.String |
diskPath
|
private java.lang.String |
name
|
| Constructor Summary | |
IndexedDiskCacheAttributes()
Constructor for the DiskCacheAttributes object |
|
| Method Summary | |
AuxiliaryCacheAttributes |
copy()
Description of the Method |
java.lang.String |
getCacheName()
Gets the cacheName attribute of the DiskCacheAttributes object |
java.lang.String |
getDiskPath()
Gets the diskPath attribute of the DiskCacheAttributes object |
java.lang.String |
getName()
Gets the name attribute of the DiskCacheAttributes object |
void |
setCacheName(java.lang.String s)
Sets the cacheName attribute of the DiskCacheAttributes object |
void |
setDiskPath(java.lang.String path)
Sets the diskPath attribute of theputm 2000 DiskCacheAttributes object |
void |
setName(java.lang.String name)
Sets the name attribute of the DiskCacheAttributes object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String cacheName
private java.lang.String name
private java.lang.String diskPath
| Constructor Detail |
public IndexedDiskCacheAttributes()
| Method Detail |
public void setDiskPath(java.lang.String path)
path - The new diskPath valuepublic java.lang.String getDiskPath()
public void setCacheName(java.lang.String s)
setCacheName in interface AuxiliaryCacheAttributess - The new cacheName valuepublic java.lang.String getCacheName()
getCacheName in interface AuxiliaryCacheAttributespublic java.lang.String getName()
getName in interface AuxiliaryCacheAttributespublic void setName(java.lang.String name)
setName in interface AuxiliaryCacheAttributesname - The new name valuepublic AuxiliaryCacheAttributes copy()
copy in interface AuxiliaryCacheAttributespublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||