org.apache.droids.parse
Class ParseData

Package class diagram package ParseData
java.lang.Object
  extended by org.apache.droids.parse.ParseData

public class ParseData
extends Object

The result object that are filled by a parser


Constructor Summary
ParseData(Outlink[] outlinks)
          Create a new instance of Parse data for the given outlinks
 
Method Summary
 Outlink[] getOutlinks()
          Get the outlinks of the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseData

public ParseData(Outlink[] outlinks)
Create a new instance of Parse data for the given outlinks

Parameters:
outlinks - the array of outgoing links
Method Detail

getOutlinks

public Outlink[] getOutlinks()
Get the outlinks of the page.

Returns:
all outlinks


Copyright © 2008 The Apache Software Foundation