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

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

public class AccessLogParser
extends Object

Author:
Andrea Manzi(CERN)

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

Field Detail

tokensSeparator

public static String tokensSeparator
Constructor Detail

AccessLogParser

public AccessLogParser()

AccessLogParser

public AccessLogParser(String fileName)
Method Detail

parse

public void parse()
           throws IOException,
                  ParseException
Throws:
IOException
ParseException

main

public static void main(String[] args)

getEntryList

public ArrayList<LogEntry> getEntryList()
get the entryList

Returns:
the entryList

setEntryList

public void setEntryList(ArrayList<LogEntry> entryList)
set the entrylist

Parameters:
entryList -


Copyright © 2013. All Rights Reserved.