public class FetchLogSimple extends FetchLog
Constructor and Description |
---|
FetchLogSimple(InputStream in)
Constructs an instance of GlassFish server log fetcher using provided
stream.
|
Modifier and Type | Method and Description |
---|---|
(package private) InputStream |
initInputStream()
Constructor callback makes no sense in this child class.
|
close, getInputStream
public FetchLogSimple(InputStream in)
initInputStream
method
so this method should be ignored.
Old log lines are never skipped so whole log is always available in
InputStream
in
- Input stream to access server log.InputStream initInputStream()
initInputStream
in class FetchLog
FileInputStream
where log lines received from server
will be available to read.Copyright © 2013. All Rights Reserved.