|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.cache.AbstractCacheHandler com.ibm.etools.iseries.subsystems.ifs.cache.IFSCacheHandler
public class IFSCacheHandler
Cache handler for IFS files subsystem. Currently only caching for the current directory is supported (as it's required by the program verifiers).
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
static IFSCacheHandler |
getInstance(IFSFileServiceSubSystem subsystem)
Singleton access method. |
String |
loadCurrentDirectory()
Load the current directory from cache |
void |
saveCurrentDirectory(String currentDirectory)
Save the current directory to the cache |
static void |
updateCacheLocation(String newLocation)
Updates the cache location of every handler |
Methods inherited from class com.ibm.etools.iseries.subsystems.qsys.cache.AbstractCacheHandler |
---|
addToOutputXNumberOfLines, backupAndDeleteCacheFile, checkCacheSize, getCacheRootDirectory, getListingDetailsFileName, getReader, getWriter, isCachingDisabled, setCacheLocation, skipNumberOfLines, writeFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
Method Detail |
---|
public static IFSCacheHandler getInstance(IFSFileServiceSubSystem subsystem)
public static void updateCacheLocation(String newLocation)
newLocation
- The new location the cache should cache files to nowpublic String loadCurrentDirectory()
public void saveCurrentDirectory(String currentDirectory)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |