Package com.redwood.scheduler.api.model
Interface CommonLog
-
public interface CommonLog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonLogLine
get(int index)
Get Lineint
size()
Number of lines
-
-
-
Method Detail
-
size
int size()
Number of lines- Returns:
- int
-
get
CommonLogLine get(int index)
Get Line- Parameters:
index
-- Returns:
- CommonLogLine
-
-