Interface LogFileViewActionService
- All Known Implementing Classes:
LogFileViewActionServiceImpl
public interface LogFileViewActionService
Retrieves log files and their content.
-
Method Summary
Modifier and TypeMethodDescriptiongetFileContent
(String filename, int maxlines) Deprecated.Deprecated.
-
Method Details
-
getLogFiles
Deprecated. -
getFileContent
@Deprecated List<String[]> getFileContent(String filename, int maxlines) throws FileNotFoundException Deprecated.- Throws:
FileNotFoundException
-