|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.file.FileRotateUtil
public class FileRotateUtil
Convenience class to rotate a specific file or set of files.
Constructor Summary | |
---|---|
FileRotateUtil(java.util.Map map)
Default constructor. |
Method Summary | |
---|---|
void |
rotate()
Rotate files based on the instance configuration properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileRotateUtil(java.util.Map map)
map
- Map instance that contains the properties required to
ininitialise this utility.
Method Detail |
---|
public void rotate() throws java.io.IOException
java.io.IOException
- if the files cannot be rotated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |