writer
Interface Writer
- All Known Implementing Classes:
- DeadAIMWriter
public interface Writer
Defines the methods required in a class that writes to a file
in a specific logging format.
|
Method Summary |
void |
makeFile(java.lang.String dir,
Session session)
Creates a new file with the given Session, and stores it
in the given parent directory. |
makeFile
void makeFile(java.lang.String dir,
Session session)
- Creates a new file with the given
Session, and stores it
in the given parent directory.
- Parameters:
dir - The parent directory of the file to be created.session - The Session object to create a new log from.