org.gcube.messaging.accounting.portal.logparser
Class AccessLogParser

java.lang.Object
  extended by org.gcube.messaging.accounting.portal.logparser.AccessLogParser

public class AccessLogParser
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Nested Class Summary
static class AccessLogParser.EntryType
           
 
Field Summary
static java.lang.String tokensSeparator
           
 
Constructor Summary
AccessLogParser()
           
AccessLogParser(java.lang.String fileName)
           
 
Method Summary
 java.util.ArrayList<LogEntry> getEntryList()
          get the entryList
static void main(java.lang.String[] args)
           
 void parse()
           
 void setEntryList(java.util.ArrayList<LogEntry> entryList)
          set the entrylist
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokensSeparator

public static java.lang.String tokensSeparator
Constructor Detail

AccessLogParser

public AccessLogParser()

AccessLogParser

public AccessLogParser(java.lang.String fileName)
Method Detail

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 -