|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.koala.koalautil.SyncTextFileWriter
This file provides synchronized write access to different files. It handles the opening and writing of the files and provides methods for writing text lines on them
Method Summary | |
protected void |
finalize()
Destroys the current handler |
static org.koala.koalautil.SyncTextFileWriter |
getInstance(java.lang.String path)
Returns the current handler instance for a given file |
void |
writeLine(java.lang.String line)
Writes a line of text on the file |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void writeLine(java.lang.String line) throws ChainedException
line
- the line to write
ChainedException
- unspecifiedpublic static org.koala.koalautil.SyncTextFileWriter getInstance(java.lang.String path) throws ChainedException
path
- the path to the file to which this instance is
associated
ChainedException
- unspecifiedprotected void finalize()
finalize
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |