Uses of Class
org.novadeck.jxla.data.Line

Packages that use Line
org.novadeck.jxla.data   
 

Uses of Line in org.novadeck.jxla.data
 

Methods in org.novadeck.jxla.data that return Line
static Line Line.getLine(java.lang.String host, int day, int month, int year, java.lang.String remoteIp, java.lang.String uri, java.lang.String referer, java.lang.String userAgent, java.lang.String status, long size, java.lang.String user)
          update line with current information
static Line RegexpData.getLine(java.lang.String s)
           
 

Methods in org.novadeck.jxla.data with parameters of type Line
 void DayData.addLine(Line l)
          update day data with line information
 void Site.addHit(Line l)
          Add current log line to the site
static void Site.addLine(Line l)
          search the site associated to this line and add the line data to his reports
 void MonthData.addLine(Line l)