|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Description of the Class
| Field Summary | |
private java.lang.String |
cacheName
|
private boolean |
clearOnStart
|
private java.lang.String |
diskPath
|
private java.lang.String |
name
|
| Constructor Summary | |
JISPCacheAttributes()
Constructor for the JISPCacheAttributes object |
|
| Method Summary | |
AuxiliaryCacheAttributes |
copy()
Description of the Method |
java.lang.String |
getCacheName()
Gets the cacheName attribute of the JISPCacheAttributes object |
boolean |
getClearOnStart()
Gets the clearOnStart attribute of the JISPCacheAttributes object |
java.lang.String |
getDiskPath()
Gets the diskPath attribute of the JISPCacheAttributes object |
java.lang.String |
getName()
Gets the name attribute of the JISPCacheAttributes object |
void |
setCacheName(java.lang.String s)
Sets the cacheName attribute of the JISPCacheAttributes object |
void |
setClearOnStart(boolean clear)
Sets the clearOnStart attribute of the JISPCacheAttributes object |
void |
setDiskPath(java.lang.String path)
Sets the diskPath attribute of the JISPCacheAttributes object |
void |
setName(java.lang.String name)
Sets the name attribute of the JISPCacheAttributes 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
private boolean clearOnStart
| Constructor Detail |
public JISPCacheAttributes()
| Method Detail |
public void setDiskPath(java.lang.String path)
path - The new diskPath valuepublic java.lang.String getDiskPath()
public void setClearOnStart(boolean clear)
clear - The new clearOnStart valuepublic boolean getClearOnStart()
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 | ||||||||||