|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
java.io.File |
getFile()
Gets the current file in rotating file set |
java.io.File |
getFile(int index)
Gets the file from rotating fileset on given position (index). |
java.io.File |
getFileLatest()
Gets the latest (newest) file from the rotating fileset. |
java.io.File |
getFilePrime()
Gets the prime (oldest) file from the rotating fileset. |
int |
getIndex()
Gets the current file index in rotating file set |
int |
getLimit()
Gets the limit file size used for sequencing on the rotating output file |
int |
getSize()
Gets the size of rotating fileset, number of files in fileset. |
boolean |
isInFileSet()
Check is the file in rotating file set |
void |
moveToBOFS()
Move rotating fileset index to the beginning of the fileset |
void |
moveToEOFS()
Move rotating fileset index to the end of the fileset |
void |
next()
Move rotating fileset index to next position. |
void |
previous()
Move rotating fileset index to previous position. |
void |
setIndex(int value)
Sets the current file index in rotating file set |
void |
setLimit(int value)
Sets the limit file size used for sequencing on the rotating output file |
void |
setSize(int value)
Sets the size of rotating fileset, number of files in fileset. |
| Method Detail |
public int getLimit()
public void setLimit(int value)
public int getSize()
public void setSize(int value)
public int getIndex()
public void setIndex(int value)
public boolean isInFileSet()
public java.io.File getFile()
public java.io.File getFile(int index)
public java.io.File getFileLatest()
public java.io.File getFilePrime()
public void next()
public void previous()
public void moveToBOFS()
public void moveToEOFS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||