net.nutch.protocol.file
Class File
java.lang.Object
net.nutch.protocol.file.File
- All Implemented Interfaces:
- Protocol
- public class File
- extends Object
- implements Protocol
File.java deals with file: scheme.
Configurable parameters are defined under "FILE properties" section
in ./conf/nutch-default.xml or similar.
- Author:
- John Xing
Constructor Summary |
File()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final Logger LOG
File
public File()
setMaxContentLength
public void setMaxContentLength(int length)
- Set the point at which content is truncated.
getContent
public Content getContent(String urlString)
throws FileException
- Description copied from interface:
Protocol
- Returns the
Content
for a url.
- Specified by:
getContent
in interface Protocol
- Throws:
FileException
main
public static void main(String[] args)
throws Exception
- For debugging.
- Throws:
Exception
Copyright © 2004 The Nutch Organization.