com.norconex.collector.http.doc
Class HttpDocument

java.lang.Object
  extended by com.norconex.collector.http.doc.HttpDocument
All Implemented Interfaces:
Serializable

public class HttpDocument
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HttpDocument(String url, File localFile)
           
 
Method Summary
 File getLocalFile()
           
 HttpMetadata getMetadata()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpDocument

public HttpDocument(String url,
                    File localFile)
Method Detail

getUrl

public String getUrl()

getLocalFile

public File getLocalFile()

getMetadata

public HttpMetadata getMetadata()


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.