|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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(java.lang.String site)
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)
public java.lang.String getRealUserInfo(java.lang.String user)
public boolean ignoreLine(RegexpData re)
public java.lang.String getStatsDirectory(java.lang.String hostname)
public java.lang.String getMainDirForGeneralStat(java.lang.String site)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||