public class NetLog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<NetLine> |
lines |
Constructor and Description |
---|
NetLog()
Default constructor, instantiates a new ArrayList
of Strings
|
Modifier and Type | Method and Description |
---|---|
void |
addLine(NetLine line)
Adds a line to the net log entry list
|
java.util.List<NetLine> |
getLines() |
void |
setLines(java.util.List<NetLine> lines) |
int |
size()
Returns the number of lines
|
java.util.List<NetLine> lines
public NetLog()
public void addLine(NetLine line)
line
- The line to add to the logpublic java.util.List<NetLine> getLines()
public int size()
public void setLines(java.util.List<NetLine> lines)
the
- log to set