org.polliwog.data
Class LogEntryFormat

java.lang.Object
  extended by org.polliwog.data.LogEntryFormat

public class LogEntryFormat
extends java.lang.Object


Constructor Summary
LogEntryFormat(java.io.File f, java.lang.String gzipExt)
           
 
Method Summary
 LogEntry createEntry(java.lang.String line, java.lang.Class c)
           
 LogEntry createEntry(java.lang.String line, LogEntry le)
           
 java.io.File getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryFormat

public LogEntryFormat(java.io.File f,
                      java.lang.String gzipExt)
               throws java.io.IOException,
                      org.jdom.JDOMException,
                      WeblogException
Throws:
java.io.IOException
org.jdom.JDOMException
WeblogException
Method Detail

getFile

public java.io.File getFile()

createEntry

public LogEntry createEntry(java.lang.String line,
                            java.lang.Class c)
                     throws WeblogException
Throws:
WeblogException

createEntry

public LogEntry createEntry(java.lang.String line,
                            LogEntry le)
                     throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.