org.polliwog.data
Class Weblog
java.lang.Object
org.polliwog.data.Log
org.polliwog.data.Weblog
public class Weblog
- extends Log
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Weblog
public Weblog(PageCollector pc)
throws WeblogException
- Throws:
WeblogException
Weblog
public Weblog(java.lang.String pageSpec)
throws WeblogException
- Throws:
WeblogException
getFile
public java.io.File getFile()
clear
public void clear()
setFile
public void setFile(java.io.File f)
setSite
public void setSite(java.lang.String ipAddr)
getSite
public java.lang.String getSite()
addComment
public void addComment(java.lang.String line)
getHitStatistics
public HitStatistics getHitStatistics()
getVisits
public java.util.List getVisits(long timeout)
throws WeblogException
- Throws:
WeblogException
addToStats
public void addToStats(Hit hit)
throws WeblogException
- Throws:
WeblogException
addHit
public void addHit(Hit hit)
throws WeblogException
- Throws:
WeblogException
getHitsCount
public int getHitsCount()
setHitsCount
public void setHitsCount(int c)
Copyright © 2007 Gary Bentley. All Rights Reserved.