Package tv.hd3g.processlauncher.io
Class LineEntry
- java.lang.Object
-
- tv.hd3g.processlauncher.io.LineEntry
-
public class LineEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description LineEntry(long date, String line, boolean stdErr, ProcesslauncherLifecycle source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUseThis(CapturedStreams choosedStream)longgetDate()StringgetLine()ProcesslauncherLifecyclegetSource()longgetTimeAgo()booleanisStdErr()
-
-
-
Constructor Detail
-
LineEntry
public LineEntry(long date, String line, boolean stdErr, ProcesslauncherLifecycle source)
-
-
Method Detail
-
getTimeAgo
public long getTimeAgo()
-
getDate
public long getDate()
-
getLine
public String getLine()
-
getSource
public ProcesslauncherLifecycle getSource()
-
isStdErr
public boolean isStdErr()
-
canUseThis
public boolean canUseThis(CapturedStreams choosedStream)
-
-