|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.novadeck.jxla.config.SimpleSiteConfig
| Constructor Summary | |
SimpleSiteConfig()
|
|
| 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 ). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleSiteConfig()
| Method Detail |
public java.lang.String getStatsDirectory(java.lang.String hostname)
AbstractSiteConfig
getStatsDirectory in interface AbstractSiteConfigpublic java.lang.String getRealHostName(java.lang.String hostname)
AbstractSiteConfig
getRealHostName in interface AbstractSiteConfigpublic java.lang.String getRealUserInfo(java.lang.String user)
AbstractSiteConfig
getRealUserInfo in interface AbstractSiteConfigpublic boolean ignoreLine(RegexpData re)
AbstractSiteConfig
ignoreLine in interface AbstractSiteConfigpublic java.lang.String getMainDirForGeneralStat(java.lang.String site)
getMainDirForGeneralStat in interface AbstractSiteConfig
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||