Interface LogfileProvider
- All Known Subinterfaces:
ScheduleEntryState
,TaskResult
public interface LogfileProvider
Interface providing methods for logfile access.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionGet a logfile stream.long
Get the size of the logfile returned ingetLogfile()
-
Method Details
-
getLogfile
Get a logfile stream.- Returns:
- The logfile of the provider.
- Throws:
FileNotFoundException
- If no logfile was found.- Since:
- 4.0
-
getLogfileSize
Get the size of the logfile returned ingetLogfile()
- Returns:
- The size of logfile of the provider
- Throws:
FileNotFoundException
- If no logfile was found.- Since:
- 4.0.120
-