public interface IFileTerminal
Interface of terminals which actually are files.
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Gets the file name.
|
void |
setFileName(String value)
Sets the file name.
|
void |
writeFile()
Finalizes the log, e.g., writes it to file.
|
String getFileName()
Gets the file name.
void setFileName(String value)
Sets the file name.
value
- The file name.void writeFile() throws IOException
Finalizes the log, e.g., writes it to file.
IOException
- when file writing fails.Copyright © 2022 Aspose. All Rights Reserved.