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