org.polliwog.data
Class ProcessedFile

java.lang.Object
  extended by org.polliwog.data.ProcessedFile
All Implemented Interfaces:
com.gentlyweb.xml.JDOMXmlOutputter

public class ProcessedFile
extends java.lang.Object
implements com.gentlyweb.xml.JDOMXmlOutputter


Nested Class Summary
 class ProcessedFile.XMLConstants
           
 
Constructor Summary
ProcessedFile(org.jdom.Element root)
           
ProcessedFile(LogFileInfo lfi)
           
 
Method Summary
 org.jdom.Element getAsJDOMElement()
           
 java.util.Date getBasicHitFilterFileLastModified()
           
 LogFileInfo getLogFileInfo()
           
 int getStartLine()
           
 void setBasicHitFilterFileLastModified(java.util.Date d)
           
 void setStartLine(int l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessedFile

public ProcessedFile(LogFileInfo lfi)

ProcessedFile

public ProcessedFile(org.jdom.Element root)
              throws org.jdom.JDOMException,
                     WeblogException
Throws:
org.jdom.JDOMException
WeblogException
Method Detail

getBasicHitFilterFileLastModified

public java.util.Date getBasicHitFilterFileLastModified()

setBasicHitFilterFileLastModified

public void setBasicHitFilterFileLastModified(java.util.Date d)

setStartLine

public void setStartLine(int l)

getStartLine

public int getStartLine()

getLogFileInfo

public LogFileInfo getLogFileInfo()

getAsJDOMElement

public org.jdom.Element getAsJDOMElement()
Specified by:
getAsJDOMElement in interface com.gentlyweb.xml.JDOMXmlOutputter


  Copyright © 2007 Gary Bentley. All Rights Reserved.