org.apache.nutch.parse
Class Outlink

java.lang.Object
  extended by org.apache.nutch.parse.Outlink
All Implemented Interfaces:
Writable

public class Outlink
extends Object
implements Writable


Constructor Summary
Outlink()
           
Outlink(String toUrl, String anchor)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAnchor()
           
 String getToUrl()
           
static Outlink read(DataInput in)
           
 void readFields(DataInput in)
           
static void skip(DataInput in)
          Skips over one Outlink in the input.
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Outlink

public Outlink()

Outlink

public Outlink(String toUrl,
               String anchor)
        throws MalformedURLException
Throws:
MalformedURLException
Method Detail

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface Writable
Throws:
IOException

skip

public static void skip(DataInput in)
                 throws IOException
Skips over one Outlink in the input.

Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException

read

public static Outlink read(DataInput in)
                    throws IOException
Throws:
IOException

getToUrl

public String getToUrl()

getAnchor

public String getAnchor()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation