|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectissrg.SAWS.LogFilenameClass
Constructor Summary | |
LogFilenameClass()
Creates a new instance of LogFilenameClass |
|
LogFilenameClass(int debugLevel)
|
Method Summary | |
java.lang.String |
findLatestLogFileName(java.lang.String logFileRoot)
This method is for finding the latest log file name in the log root directory. |
java.lang.String |
generateNewLogFileName()
This method is for generating the new log file name in UTC format in the log root directory. |
int |
getLastLogSequence()
This method is for finding out the last sequence number of the log files in the destination directory. |
java.lang.String |
getPreviousLogFilename(java.lang.String logFileRoot,
java.lang.String logFilename)
This method is for finding the latest log file name created prior to the given logFilename in the log root directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogFilenameClass()
public LogFilenameClass(int debugLevel)
Method Detail |
public java.lang.String generateNewLogFileName()
public java.lang.String getPreviousLogFilename(java.lang.String logFileRoot, java.lang.String logFilename)
logFilename
- String is the given log filename.
public java.lang.String findLatestLogFileName(java.lang.String logFileRoot)
public int getLastLogSequence()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |