Modifier and Type | Field and Description |
---|---|
java.util.List<Event> |
Log.eventList |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
Log.getEventList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
FilterLogByRemovingNullClass.filterLog(java.util.List<Event> eventList)
some class maybe used as intermediary to connect other classes; these classes have
a "null" class name.
|
java.util.ArrayList<Event> |
CreateLogFromChangeTables.getEventList() |
java.util.ArrayList<Event> |
CreateLogFromEventList.getEventList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
FilterLogByRemovingNullClass.filterLog(java.util.List<Event> eventList)
some class maybe used as intermediary to connect other classes; these classes have
a "null" class name.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Event> |
CreateLogFromChangeTables.getEventList() |
Modifier and Type | Method and Description |
---|---|
void |
OutputXMLLog.createLog(java.util.List<Event> eventList,
java.lang.String logFormat) |