org.jwall.log.io
Class AccessLogReader

java.lang.Object
  extended by org.jwall.log.io.GenericLogReader
      extended by org.jwall.log.io.AccessLogReader
All Implemented Interfaces:
LogReader

public class AccessLogReader
extends GenericLogReader

This reader reads lines from a source and parses each line with the AccessLogParser implementation.

Author:
Christian Bockermann <chris@jwall.org>

Field Summary
 
Fields inherited from class org.jwall.log.io.GenericLogReader
DATE_FORMAT1, DATE_FORMAT2, DATE_PATTERN1, DATE_PATTERN2, TIME_PATTERN
 
Constructor Summary
AccessLogReader(InputStream in)
           
AccessLogReader(Reader r)
           
 
Method Summary
 
Methods inherited from class org.jwall.log.io.GenericLogReader
getDefault, readNext, setDefault, setDefaults
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessLogReader

public AccessLogReader(InputStream in)

AccessLogReader

public AccessLogReader(Reader r)


Copyright © 2012 jwall.org. All Rights Reserved.