|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--de.hawlitzek.logparser.FHBrowserAnalyzingHttpLogParser
This simple log analyzer reads a given http log and counts how many request come from a browser or search robot. At last it prints a little statistic
| Field Summary | |
static java.lang.String |
VERSION
|
| Constructor Summary | |
FHBrowserAnalyzingHttpLogParser()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
main method |
void |
readFile(java.io.File file)
read and parse a log file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String VERSION
| Constructor Detail |
public FHBrowserAnalyzingHttpLogParser()
| Method Detail |
public static void main(java.lang.String[] args)
public void readFile(java.io.File file)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||