org.jwall.log.io
Class AccessLogParser.Tokenizer

java.lang.Object
  extended by org.jwall.log.io.AccessLogParser.Tokenizer
Enclosing class:
AccessLogParser

public class AccessLogParser.Tokenizer
extends Object


Constructor Summary
AccessLogParser.Tokenizer(String str)
           
 
Method Summary
 boolean endOfLine()
           
 boolean hasMoreTokens()
           
 String nextToken()
           
 String readQuoted(char qc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessLogParser.Tokenizer

public AccessLogParser.Tokenizer(String str)
Method Detail

endOfLine

public boolean endOfLine()

hasMoreTokens

public boolean hasMoreTokens()

nextToken

public String nextToken()

readQuoted

public String readQuoted(char qc)


Copyright © 2012 jwall.org. All Rights Reserved.