|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class defines an interface to get information from your WebSites configuration.
| Method Summary | |
java.lang.String |
getMainDirForGeneralStat()
Retrieve the directory where to store a summary of requests to the differents websites in the platform. |
java.lang.String |
getRealHostName(java.lang.String hostname)
Retrieve the internal name to use for log analyze, many websites use different names for the same ressources like www.novadeck.org and novadeck.org, so we need only one name. |
java.lang.String |
getRealUserInfo(java.lang.String user)
Convert any user info from log files to a 'readable' form for the output. |
java.lang.String |
getStatsDirectory(java.lang.String hostname)
Retrieve the directory where to store the output files, depanding of the website. |
boolean |
ignoreLine(RegexpData re)
Method to check if the log line must be ignore, may be a comment ( beginnnig with # ), or an URL we don't want to output it ( like a url of developping next generation of website, or an admin part of the site ). |
| Method Detail |
public java.lang.String getRealHostName(java.lang.String hostname)
hostname - hostname found in the request in the log filepublic java.lang.String getRealUserInfo(java.lang.String user)
user - user speicific information found in the log files, like a permanent cookie, a
user login or anything elsepublic boolean ignoreLine(RegexpData re)
re - current line parsed datapublic java.lang.String getStatsDirectory(java.lang.String hostname)
hostname - internal name of the websitepublic java.lang.String getMainDirForGeneralStat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||