org.jwall.log.io
Class AccessLogParser

java.lang.Object
  extended by org.jwall.log.io.GenericLogParser
      extended by org.jwall.log.io.AccessLogParser
All Implemented Interfaces:
Serializable, Parser<LogMessage>

public class AccessLogParser
extends GenericLogParser

See Also:
Serialized Form

Nested Class Summary
 class AccessLogParser.Tokenizer
           
 
Field Summary
 
Fields inherited from class org.jwall.log.io.GenericLogParser
DATE_FORMAT1, DATE_FORMAT2, DATE_PATTERN1, DATE_PATTERN2, TIME_PATTERN
 
Constructor Summary
AccessLogParser()
           
 
Method Summary
static void main(String[] args)
           
 LogMessage parse(String l)
           
 
Methods inherited from class org.jwall.log.io.GenericLogParser
getDefault, getDefaults, setDateFormat, setDatePattern, setDefault, setDefaults
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessLogParser

public AccessLogParser()
Method Detail

parse

public LogMessage parse(String l)
                 throws ParseException
Specified by:
parse in interface Parser<LogMessage>
Overrides:
parse in class GenericLogParser
Throws:
ParseException
See Also:
LogReader.readNext()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 jwall.org. All Rights Reserved.