IFileTerminal

public interface IFileTerminal

Interface of terminals which actually are files.

Methods

MethodDescription
getFileName()Gets the file name.
setFileName(String value)Sets the file name.
writeFile()Finalizes the log, e.g., writes it to file.

getFileName()

public abstract String getFileName()

Gets the file name.

Returns: java.lang.String - The file name.

setFileName(String value)

public abstract void setFileName(String value)

Sets the file name.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe file name.

writeFile()

public abstract void writeFile()

Finalizes the log, e.g., writes it to file.