public class AccessLogParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessLogParser.EntryType |
| Modifier and Type | Field and Description |
|---|---|
static String |
tokensSeparator |
| Constructor and Description |
|---|
AccessLogParser() |
AccessLogParser(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<LogEntry> |
getEntryList()
get the entryList
|
void |
parse() |
void |
setEntryList(ArrayList<LogEntry> entryList)
set the entrylist
|
public static String tokensSeparator
public AccessLogParser()
public AccessLogParser(String fileName)
public void parse()
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2015. All Rights Reserved.