org.gcube.common.accounting.node.logparser
Class RIInvocationParser

java.lang.Object
  extended by org.gcube.common.accounting.node.logparser.RIInvocationParser

public class RIInvocationParser
extends Object

Author:
Andrea Manzi(CERN)

Nested Class Summary
static class RIInvocationParser.EntryType
           
 
Constructor Summary
RIInvocationParser()
           
RIInvocationParser(String fileName)
           
RIInvocationParser(String fileName, DateInterval interval)
           
 
Method Summary
 ArrayList<LogEntry> getEntryList()
          get EntryList
 void parse()
           
 void setEntryList(ArrayList<LogEntry> entryList)
          set EntryList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIInvocationParser

public RIInvocationParser()

RIInvocationParser

public RIInvocationParser(String fileName)

RIInvocationParser

public RIInvocationParser(String fileName,
                          DateInterval interval)
Method Detail

parse

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

getEntryList

public ArrayList<LogEntry> getEntryList()
get EntryList

Returns:
EntryList

setEntryList

public void setEntryList(ArrayList<LogEntry> entryList)
set EntryList

Parameters:
entryList - entrylist


Copyright © 2013. All Rights Reserved.