public class LogSet extends Object
SCLMChangeLogSet,
LogSet.Entry,
LogSet.AffectedFile| Modifier and Type | Class and Description |
|---|---|
static class |
LogSet.AffectedFile
LogSet.AffectedFile
AffectedFile for LogSet.
|
static class |
LogSet.Entry
LogSet.Entry
Entry for LogSet.
|
| Modifier and Type | Field and Description |
|---|---|
LinkedList<LogSet.Entry> |
entries
Entries.
|
| Constructor and Description |
|---|
LogSet()
Dummy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(LogSet.Entry entry)
Add entry.
|
List<LogSet.Entry> |
getEntries()
Get all entries.
|
public LinkedList<LogSet.Entry> entries
public void addEntry(LogSet.Entry entry)
entry - Entry to add.public List<LogSet.Entry> getEntries()
entries.Copyright © 2004-2015. All Rights Reserved.