A C D E G H I L M O P R S T U W X Y _

A

AbstractSiteConfig - interface org.novadeck.jxla.config.AbstractSiteConfig.
This class defines an interface to get information from your WebSites configuration.
add(long) - Method in class org.novadeck.jxla.data.SimpleData
increments current value by more than one
add404(String) - Method in class org.novadeck.jxla.data.MonthData
 
addFile(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addHit(Line) - Method in class org.novadeck.jxla.data.Site
Add current log line to the site
addHit(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addKeywords(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addLine(Line) - Method in class org.novadeck.jxla.data.DayData
update day data with line information
addLine(Line) - Static method in class org.novadeck.jxla.data.Site
search the site associated to this line and add the line data to his reports
addLine(Line) - Method in class org.novadeck.jxla.data.MonthData
 
addLogLineFormat(String) - Static method in class org.novadeck.jxla.config.Config
add a valid line format
addMonthSummary(MonthData) - Method in class org.novadeck.jxla.data.SiteHistory
add a month to be stored summarized
addPageExtension(String) - Static method in class org.novadeck.jxla.config.Config
add a extension to the list
addPageView(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addReferer(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addRegexp(RegexpData) - Static method in class org.novadeck.jxla.data.RegexpData
 
addRemoteIP(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addSearchEngine(SearchEngine) - Static method in class org.novadeck.jxla.tools.SearchEngine
 
addSearchEngine(String, String, String) - Static method in class org.novadeck.jxla.config.Config
add a new SearchEngine for parsing referers
addSite(SiteHistory) - Static method in class org.novadeck.jxla.data.Site
On load prog read the serialized data and init sites information using this method
addStatus(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addTraffic(long) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addUser(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
addUserAgent(String) - Method in class org.novadeck.jxla.data.GeneralLogData
 
allReadyParse(Date) - Method in class org.novadeck.jxla.data.SiteHistory
 

C

canOutputHit(String) - Static method in class org.novadeck.jxla.tools.Utils
 
close() - Method in class org.novadeck.jxla.tools.Output
 
compareTo(Object) - Method in class org.novadeck.jxla.data.SimpleData
to order Objects by counter decreasing
compareTo(Object) - Method in class org.novadeck.jxla.data.MonthData
 
compiledRegexp - Variable in class org.novadeck.jxla.data.RegexpData
 
COMPILER - Static variable in class org.novadeck.jxla.tools.Constants
 
compileRE(String) - Static method in class org.novadeck.jxla.tools.Utils
Compile a regular expression into pattern
Config - class org.novadeck.jxla.config.Config.
Configure all needed information from the config file
Config() - Constructor for class org.novadeck.jxla.config.Config
 
configure(String) - Static method in class org.novadeck.jxla.xml.XmlConfigurator
configure node by node each element of the program
Constants - class org.novadeck.jxla.Constants.
Constants, for presentation purpose Output xml encoding , month and days of week litteral $Id $
Constants - class org.novadeck.jxla.tools.Constants.
Defines some constants a pattern compiler and and a pattern matcher used to parse log lines
Constants - class org.novadeck.jxla.xml.Constants.
Defines node name constants of the configuration file $Id $
Constants() - Constructor for class org.novadeck.jxla.Constants
 
Constants() - Constructor for class org.novadeck.jxla.tools.Constants
 
Constants() - Constructor for class org.novadeck.jxla.xml.Constants
 
CROCHET_F - Static variable in class org.novadeck.jxla.data.RegexpData
 
CROCHET_O - Static variable in class org.novadeck.jxla.data.RegexpData
 

D

DAY - Static variable in class org.novadeck.jxla.data.RegexpData
 
DayData - class org.novadeck.jxla.data.DayData.
contains all information read from log files about one day
DayData(int, MonthData) - Constructor for class org.novadeck.jxla.data.DayData
constructor
DAYS - Static variable in class org.novadeck.jxla.Constants
 
DELIMITER - Static variable in class org.novadeck.jxla.data.RegexpData
 
displayConfig() - Static method in class org.novadeck.jxla.config.Config
display all configuration information and exit
displayRegexp() - Static method in class org.novadeck.jxla.data.RegexpData
 
DNS_AVAILABLE - Static variable in class org.novadeck.jxla.xml.Constants
 
DNS_FILECACHE - Static variable in class org.novadeck.jxla.xml.Constants
 
DNS_NODE - Static variable in class org.novadeck.jxla.xml.Constants
 
DNSCache - class org.novadeck.jxla.tools.DNSCache.
 
DNSCache(HashMap) - Constructor for class org.novadeck.jxla.tools.DNSCache
 
DNSCache(String) - Constructor for class org.novadeck.jxla.tools.DNSCache
 
dnsDumpFile - Static variable in class org.novadeck.jxla.config.Config
cache containing all reverse dns done
dnsEnable - Static variable in class org.novadeck.jxla.config.Config
define if reverse dns is enabled
DOUBLEPOINT - Static variable in class org.novadeck.jxla.data.RegexpData
 
dump() - Method in class org.novadeck.jxla.tools.DNSCache
 
dumpCounters() - Static method in class org.novadeck.jxla.data.RegexpData
 
dumpData(Output) - Method in class org.novadeck.jxla.data.DayData
Write day report to the specified output
dumpDataToFile(String, Date) - Method in class org.novadeck.jxla.data.MonthData
 
dumpDnsCache() - Static method in class org.novadeck.jxla.config.Config
write dns cache to file
dumpEmptyData(Output) - Static method in class org.novadeck.jxla.data.DayData
generate an empty day report

E

ENCODING - Static variable in class org.novadeck.jxla.Constants
 
equals(Object) - Method in class org.novadeck.jxla.tools.SearchEngine
 

G

GeneralLogData - class org.novadeck.jxla.data.GeneralLogData.
 
GeneralLogData() - Constructor for class org.novadeck.jxla.data.GeneralLogData
 
getAgent() - Method in class org.novadeck.jxla.data.RegexpData
 
getCompiledRegexp() - Method in class org.novadeck.jxla.data.RegexpData
 
getCount() - Method in class org.novadeck.jxla.data.SimpleData
get the count value
getCount(HashMap) - Method in class org.novadeck.jxla.data.GeneralLogData
 
getData() - Method in class org.novadeck.jxla.data.StringData
retriecve the string valure for this counter
getData() - Method in class org.novadeck.jxla.data.MonthData
 
getData(String) - Method in class org.novadeck.jxla.data.Site
Write all month reports an return a summary
getDay() - Method in class org.novadeck.jxla.data.DayData
to retrieve day of month
getDay() - Method in class org.novadeck.jxla.data.RegexpData
 
getDomain() - Method in class org.novadeck.jxla.tools.SearchEngine
 
getFileName() - Method in class org.novadeck.jxla.tools.DNSCache
 
getFiles() - Method in class org.novadeck.jxla.data.DayData
Return the number of files requested in the current day.
getFiles() - Method in class org.novadeck.jxla.data.GeneralLogData
 
getFirstLogDate() - Method in class org.novadeck.jxla.data.Site
Retrieve the date of the first lline log applied to this site.
getFirstRecordDate() - Method in class org.novadeck.jxla.data.SiteHistory
Return first date of logs for this site
getHistory() - Method in class org.novadeck.jxla.data.Site
Use for storing information report related of a particular site for storing into a file using Java serialization
getHistoryFile() - Static method in class org.novadeck.jxla.tools.History
 
getHits() - Method in class org.novadeck.jxla.data.DayData
retur the number of hit requested in current day
getHits() - Method in class org.novadeck.jxla.data.GeneralLogData
 
getHost() - Method in class org.novadeck.jxla.data.Line
Retrieve the internal website name for this request
getHost() - Method in class org.novadeck.jxla.data.RegexpData
 
gethostName(String) - Method in class org.novadeck.jxla.tools.DNSCache
 
getKeyword(String) - Method in class org.novadeck.jxla.tools.SearchEngine
return the keeyword(s) urlencode, warning, think to decode keyword by java.net.URLDecoder.decode( xxx );
getKeywords() - Method in class org.novadeck.jxla.data.Line
Retrieve keywords from serach engine referers if any
getKeywords(String, String) - Static method in class org.novadeck.jxla.tools.SearchEngine
 
getLanguage() - Method in class org.novadeck.jxla.data.RegexpData
 
getLastMonth() - Method in class org.novadeck.jxla.data.SiteHistory
retrieve current month information.
getLastRecordDate() - Method in class org.novadeck.jxla.data.SiteHistory
Retrieve date of last line request parsed, during parsing, only log line with a date higher than this will used
getLine(String) - Static method in class org.novadeck.jxla.data.RegexpData
 
getLine(String, int, int, int, String, String, String, String, String, long, String) - Static method in class org.novadeck.jxla.data.Line
update line with current information
getLogDate() - Method in class org.novadeck.jxla.data.Line
Retrieve date of resquest
getMainDirForGeneralStat() - Method in class org.novadeck.jxla.config.SimpleSiteConfig
 
getMainDirForGeneralStat() - Method in interface org.novadeck.jxla.config.AbstractSiteConfig
Retrieve the directory where to store a summary of requests to the differents websites in the platform.
getMonth() - Method in class org.novadeck.jxla.data.RegexpData
 
getMonth() - Method in class org.novadeck.jxla.data.MonthData
 
getMonthData(int, int) - Method in class org.novadeck.jxla.data.Site
Retrieve specified month summary information for a single global all sites summary
getName() - Method in class org.novadeck.jxla.data.SiteHistory
retrieve site internal name
getName() - Method in class org.novadeck.jxla.data.Site
Return the name of the site
getName() - Method in class org.novadeck.jxla.tools.SearchEngine
 
getPages() - Method in class org.novadeck.jxla.data.DayData
Return the number of pages requested in the current day
getPages() - Method in class org.novadeck.jxla.data.GeneralLogData
 
getRealHostName(String) - Method in class org.novadeck.jxla.config.SimpleSiteConfig
 
getRealHostName(String) - Method in interface org.novadeck.jxla.config.AbstractSiteConfig
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.
getRealUserInfo(String) - Method in class org.novadeck.jxla.config.SimpleSiteConfig
 
getRealUserInfo(String) - Method in interface org.novadeck.jxla.config.AbstractSiteConfig
Convert any user info from log files to a 'readable' form for the output.
getReferer() - Method in class org.novadeck.jxla.data.Line
Retrieve the referer of request
getReferer() - Method in class org.novadeck.jxla.data.RegexpData
 
getRegexps() - Static method in class org.novadeck.jxla.data.RegexpData
 
getRemoteIP() - Method in class org.novadeck.jxla.data.Line
Retrieve remote user computer name ( if reverse dns enabled) or his IP ( if not )
getRemoteIP() - Method in class org.novadeck.jxla.data.RegexpData
 
getSite(String) - Static method in class org.novadeck.jxla.data.Site
Retrieve a site based on his name
getSiteHosts() - Static method in class org.novadeck.jxla.data.Site
Return an array all site having log informations
getSize() - Method in class org.novadeck.jxla.data.Line
Retrive size if the response, used to updated site traffic information
getSize() - Method in class org.novadeck.jxla.data.RegexpData
 
getStatsDirectory(String) - Method in class org.novadeck.jxla.config.SimpleSiteConfig
 
getStatsDirectory(String) - Method in interface org.novadeck.jxla.config.AbstractSiteConfig
Retrieve the directory where to store the output files, depanding of the website.
getStatus() - Method in class org.novadeck.jxla.data.Line
Retrieve status response of the request
getStatus() - Method in class org.novadeck.jxla.data.RegexpData
 
getSummary() - Method in class org.novadeck.jxla.data.SiteHistory
Get xml summary as a string buffer
getTraffic() - Method in class org.novadeck.jxla.data.GeneralLogData
 
getURI() - Method in class org.novadeck.jxla.data.Line
Retrieve the uri of the requst
getURI() - Method in class org.novadeck.jxla.data.RegexpData
 
getUser() - Method in class org.novadeck.jxla.data.Line
Retrieve user logging name
getUser() - Method in class org.novadeck.jxla.data.RegexpData
 
getUserAgent() - Method in class org.novadeck.jxla.data.Line
retrieve remote user UserAgent, using short names
getUserAgent(String) - Static method in class org.novadeck.jxla.tools.Utils
 
getYear() - Method in class org.novadeck.jxla.data.RegexpData
 
getYear() - Method in class org.novadeck.jxla.data.MonthData
 

H

HEADER_XML - Static variable in class org.novadeck.jxla.Constants
 
History - class org.novadeck.jxla.tools.History.
 
HISTORY_FILEPATH - Static variable in class org.novadeck.jxla.xml.Constants
 
History() - Constructor for class org.novadeck.jxla.tools.History
 
HOSTNAME - Static variable in class org.novadeck.jxla.data.RegexpData
 
HOUR - Static variable in class org.novadeck.jxla.data.RegexpData
 

I

IDENTIFIER - Static variable in class org.novadeck.jxla.data.RegexpData
 
ignoreLine(RegexpData) - Method in class org.novadeck.jxla.config.SimpleSiteConfig
 
ignoreLine(RegexpData) - Method in interface org.novadeck.jxla.config.AbstractSiteConfig
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 ).
inc() - Method in class org.novadeck.jxla.data.SimpleData
increments the current value by 1
inc(String, HashMap) - Method in class org.novadeck.jxla.data.GeneralLogData
 
indexFileName - Static variable in class org.novadeck.jxla.config.Config
webserver default index page ( usually index.html )
initialRegexp - Variable in class org.novadeck.jxla.data.RegexpData
 
isComment(String) - Static method in class org.novadeck.jxla.tools.Utils
 
isEmpty(String) - Static method in class org.novadeck.jxla.tools.Utils
 
isLineEmpty() - Method in class org.novadeck.jxla.data.Line
Return true if line is correctly parsed, and ready to be used to update reports
isPageView(String) - Static method in class org.novadeck.jxla.tools.Utils
 

L

LANGUAGE - Static variable in class org.novadeck.jxla.data.RegexpData
 
Line - class org.novadeck.jxla.data.Line.
Only one instance of it is use for computing logs.
load(String) - Static method in class org.novadeck.jxla.tools.DNSCache
 
loadHistory() - Static method in class org.novadeck.jxla.tools.History
 
LOCALCONFIGCLASS_NODE - Static variable in class org.novadeck.jxla.xml.Constants
 
LOGFILENAMES_RE - Static variable in class org.novadeck.jxla.xml.Constants
 
LOGFILES_DIRECTORY - Static variable in class org.novadeck.jxla.xml.Constants
 
LOGFILES_NODE - Static variable in class org.novadeck.jxla.xml.Constants
 
LOGLINE - Static variable in class org.novadeck.jxla.xml.Constants
 
LOGLINE_RE - Static variable in class org.novadeck.jxla.xml.Constants
 
logsFiles - Static variable in class org.novadeck.jxla.config.Config
path list of log files to parse

M

Main - class org.novadeck.jxla.Main.
Main program, parse log files and analyse them.
Main() - Constructor for class org.novadeck.jxla.Main
 
main(String[]) - Static method in class org.novadeck.jxla.Main
Configure, read/parse lines, and write reports
main(String[]) - Static method in class org.novadeck.jxla.xml.XmlConfigurator
testing purpose only
match(String) - Method in class org.novadeck.jxla.data.RegexpData
 
match(String) - Method in class org.novadeck.jxla.tools.SearchEngine
 
match(String, Pattern) - Static method in class org.novadeck.jxla.tools.Utils
test if a string match a pattern ( using regexp )
MATCHER - Static variable in class org.novadeck.jxla.tools.Constants
 
maxAgents - Static variable in class org.novadeck.jxla.config.Config
max User Agent to output in report
maxKeywords - Static variable in class org.novadeck.jxla.config.Config
maximum keywords to output in report
maxNotFound - Static variable in class org.novadeck.jxla.config.Config
max requests with a 404 response to output in report
maxRefers - Static variable in class org.novadeck.jxla.config.Config
maximum referers to output
maxRemoteHosts - Static variable in class org.novadeck.jxla.config.Config
maximum remote hosts ( surfer computer name/ip ) to output in report
maxUris - Static variable in class org.novadeck.jxla.config.Config
max uris to output in report
MAXVALUES_404 - Static variable in class org.novadeck.jxla.xml.Constants
 
MAXVALUES_KEYWORDS - Static variable in class org.novadeck.jxla.xml.Constants
 
MAXVALUES_NODE - Static variable in class org.novadeck.jxla.xml.Constants
 
MAXVALUES_REFERERS - Static variable in class org.novadeck.jxla.xml.Constants
 
MAXVALUES_REMOTE - Static variable in class org.novadeck.jxla.xml.Constants
 
MAXVALUES_URI - Static variable in class org.novadeck.jxla.xml.Constants
 
MAXVALUES_USERAGENTS - Static variable in class org.novadeck.jxla.xml.Constants
 
MONTH - Static variable in class org.novadeck.jxla.Constants
 
MONTH - Static variable in class org.novadeck.jxla.data.RegexpData
 
MonthData - class org.novadeck.jxla.data.MonthData.
 
MonthData(int, int) - Constructor for class org.novadeck.jxla.data.MonthData
 

O

org.novadeck.jxla - package org.novadeck.jxla
 
org.novadeck.jxla.config - package org.novadeck.jxla.config
 
org.novadeck.jxla.data - package org.novadeck.jxla.data
 
org.novadeck.jxla.tools - package org.novadeck.jxla.tools
 
org.novadeck.jxla.xml - package org.novadeck.jxla.xml
 
Output - class org.novadeck.jxla.tools.Output.
 
Output(String) - Constructor for class org.novadeck.jxla.tools.Output
 

P

pagesEntensions - Static variable in class org.novadeck.jxla.config.Config
list of extension files to consider as 'page'
PAGESEXTENSIONS_EXT - Static variable in class org.novadeck.jxla.xml.Constants
 
PAGESEXTENSIONS_NODE - Static variable in class org.novadeck.jxla.xml.Constants
 

R

REFERER - Static variable in class org.novadeck.jxla.data.RegexpData
 
RegexpData - class org.novadeck.jxla.data.RegexpData.
 
RegexpData(String) - Constructor for class org.novadeck.jxla.data.RegexpData
 
release() - Method in class org.novadeck.jxla.data.Line
empty all data information
REMOTE_IP - Static variable in class org.novadeck.jxla.data.RegexpData
 
ROOT - Static variable in class org.novadeck.jxla.xml.Constants
 

S

saveHistory() - Static method in class org.novadeck.jxla.tools.History
 
SE_DOMAIN - Static variable in class org.novadeck.jxla.xml.Constants
 
SE_ENGINE - Static variable in class org.novadeck.jxla.xml.Constants
 
SE_NAME - Static variable in class org.novadeck.jxla.xml.Constants
 
SE_PARAMETER - Static variable in class org.novadeck.jxla.xml.Constants
 
SearchEngine - class org.novadeck.jxla.tools.SearchEngine.
 
SearchEngine(String, String, String) - Constructor for class org.novadeck.jxla.tools.SearchEngine
 
SEARCHENGINES_NODE - Static variable in class org.novadeck.jxla.xml.Constants
 
SerializableSimpleData - class org.novadeck.jxla.data.SerializableSimpleData.
We need a super class serializable to store analyze history via serialization
SerializableSimpleData() - Constructor for class org.novadeck.jxla.data.SerializableSimpleData
Creates a new instance of SerializableData
setConfigClass(String) - Static method in class org.novadeck.jxla.config.Config
specify the implementation class config
setDnsInfo(boolean, String) - Static method in class org.novadeck.jxla.config.Config
configure dns
setHistoryFile(String) - Static method in class org.novadeck.jxla.tools.History
 
setLastMonth(MonthData) - Method in class org.novadeck.jxla.data.SiteHistory
set the month that has been finished ( current month ) to store all data for further use
setLogFiles(String, String) - Static method in class org.novadeck.jxla.config.Config
initialize list of log files
setMaxAgents(int) - Static method in class org.novadeck.jxla.config.Config
set the maximum of User agents to output
setMaxKeywords(int) - Static method in class org.novadeck.jxla.config.Config
set the maximum of keywords to output
setMaxNotFound(int) - Static method in class org.novadeck.jxla.config.Config
set the maximum of not found requests to output
setMaxRefers(int) - Static method in class org.novadeck.jxla.config.Config
set the maximum of referers to output
setMaxRemotehosts(int) - Static method in class org.novadeck.jxla.config.Config
set the maximum of remote hosts to output
setMaxUris(int) - Static method in class org.novadeck.jxla.config.Config
set the maximum of uris to output
setSummaryPageName(String) - Static method in class org.novadeck.jxla.config.Config
set the name of the summary report file
SimpleData - class org.novadeck.jxla.data.SimpleData.
This class acts like a counter
SimpleData() - Constructor for class org.novadeck.jxla.data.SimpleData
create a counter with an initial value of 0
SimpleData(long) - Constructor for class org.novadeck.jxla.data.SimpleData
create a counter with an initial value
SimpleSiteConfig - class org.novadeck.jxla.config.SimpleSiteConfig.
 
SimpleSiteConfig() - Constructor for class org.novadeck.jxla.config.SimpleSiteConfig
 
Site - class org.novadeck.jxla.data.Site.
Contains all information picked from the logs files for a specific site
Site(String) - Constructor for class org.novadeck.jxla.data.Site
simple constructor for a website
siteConfig - Static variable in class org.novadeck.jxla.config.Config
general configuration class
SiteHistory - class org.novadeck.jxla.data.SiteHistory.
This class is used to store information about site logs, in file using serialization.
SiteHistory(String, Date, Date) - Constructor for class org.novadeck.jxla.data.SiteHistory
simple construcor
SIZE - Static variable in class org.novadeck.jxla.data.RegexpData
 
SLASH - Static variable in class org.novadeck.jxla.data.RegexpData
 
SPACE - Static variable in class org.novadeck.jxla.data.RegexpData
 
STATUS - Static variable in class org.novadeck.jxla.data.RegexpData
 
StringData - class org.novadeck.jxla.data.StringData.
Associate a counter to a string.
StringData(String) - Constructor for class org.novadeck.jxla.data.StringData
Simple cionstructor
StringData(String, long) - Constructor for class org.novadeck.jxla.data.StringData
Construct a counter with an initial value
SUMMARY_PAGE_NAME - Static variable in class org.novadeck.jxla.xml.Constants
 
summaryPageName - Static variable in class org.novadeck.jxla.config.Config
name of the file of summary report ( index.xml, summary.xml ...)

T

TIRET - Static variable in class org.novadeck.jxla.data.RegexpData
 
toString() - Method in class org.novadeck.jxla.data.Line
 
toString() - Method in class org.novadeck.jxla.data.MonthData
 
toString() - Method in class org.novadeck.jxla.tools.DNSCache
 

U

UA_BOT - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing bot simulating browser
UA_IE - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing Internet Explorer browser
UA_KONQUEROR - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing Konqueror browser
UA_LYNX - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing Lynx browser
UA_NETBOX - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing NetBox ( NetGem Setup Box) browser
UA_NETSCAPE - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing Netscape browser
UA_OPERA - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing Opera browser
UA_PHP - Static variable in class org.novadeck.jxla.tools.Utils
defines output value representing php simulating browser
updateLastRecordDate(Date) - Method in class org.novadeck.jxla.data.SiteHistory
set le last log date found for the current site
updateList() - Static method in class org.novadeck.jxla.data.RegexpData
 
updateList() - Static method in class org.novadeck.jxla.tools.SearchEngine
 
URI - Static variable in class org.novadeck.jxla.data.RegexpData
 
USER - Static variable in class org.novadeck.jxla.data.RegexpData
 
USER_AGENT - Static variable in class org.novadeck.jxla.data.RegexpData
 
Utils - class org.novadeck.jxla.tools.Utils.
 
Utils() - Constructor for class org.novadeck.jxla.tools.Utils
 

W

WILDCARD - Static variable in class org.novadeck.jxla.data.RegexpData
 
write(String) - Method in class org.novadeck.jxla.tools.Output
 
writeln(String) - Method in class org.novadeck.jxla.tools.Output
 

X

XmlConfigurator - class org.novadeck.jxla.xml.XmlConfigurator.
Configure everything from the config file $Id $
XmlConfigurator() - Constructor for class org.novadeck.jxla.xml.XmlConfigurator
 

Y

YEAR - Static variable in class org.novadeck.jxla.data.RegexpData
 

_

_files - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_hits - Variable in class org.novadeck.jxla.data.DayData
keys are uris resquested
_hits - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_keywords - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_pagesView - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_referers - Variable in class org.novadeck.jxla.data.DayData
keys are list of referers
_referers - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_remote_ip - Variable in class org.novadeck.jxla.data.DayData
keys are list of remote ips
_remote_ip - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_status - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_traffic - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_userAgents - Variable in class org.novadeck.jxla.data.GeneralLogData
 
_users - Variable in class org.novadeck.jxla.data.GeneralLogData
 

A C D E G H I L M O P R S T U W X Y _