org.objectweb.util.monolog.wrapper.javaLog.Logger Is an extension of the java.util.logging.Logger class used to wrap Monolog on the logging system provided in the JDK since the 1.4 version. @author S.Chassande-Barrioz
org.apache.commons.logging.jdk14.TestHandler <p>Test implementation of <code>java.util.logging.Handler</code>.</p> @author Craig R. McClanahan @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:45 $
net.nutch.protocol.http.RobotRulesParser This class handles the parsing of <code>robots.txt</code> files. It emits RobotRules objects, which describe the download permissions as described in RobotRulesParser. @author Tom Pierce @author Mike Cafarella @author Doug Cutting