Package tv.hd3g.processlauncher
Class LineEntry
- java.lang.Object
-
- tv.hd3g.processlauncher.LineEntry
-
public class LineEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDate()StringgetLine()ProcesslauncherLifecyclegetSource()longgetTimeAgo()booleanisStdErr()StringtoString()For logging purpose
-
-
-
Method Detail
-
getTimeAgo
public long getTimeAgo()
-
getDate
public long getDate()
-
getLine
public String getLine()
-
getSource
public ProcesslauncherLifecycle getSource()
-
isStdErr
public boolean isStdErr()
-
-