Package org.dspace.statistics.util
Class ApacheLogRobotsProcessor
- java.lang.Object
-
- org.dspace.statistics.util.ApacheLogRobotsProcessor
-
public class ApacheLogRobotsProcessor extends Object
Commandline utility to create a file of spider addresses from an Apache log file.- Author:
- Mark Diggory (mdiggory at atmire.com), kevinvandevelde at atmire.com, ben at atmire.com
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Creates a file containing spiders based on an Apache logfile by analyzing users of the robots.txt file
-