org.gcube.messaging.accounting.portal.logparser
Class AccessLogParser
java.lang.Object
org.gcube.messaging.accounting.portal.logparser.AccessLogParser
public class AccessLogParser
- extends java.lang.Object
- Author:
- Andrea Manzi(CERN)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokensSeparator
public static java.lang.String tokensSeparator
AccessLogParser
public AccessLogParser()
AccessLogParser
public AccessLogParser(java.lang.String fileName)
parse
public void parse()
throws java.io.IOException,
java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
main
public static void main(java.lang.String[] args)
getEntryList
public java.util.ArrayList<LogEntry> getEntryList()
- get the entryList
- Returns:
- the entryList
setEntryList
public void setEntryList(java.util.ArrayList<LogEntry> entryList)
- set the entrylist
- Parameters:
entryList
-