public class FindHandler extends Object implements IDiscoveredLinkHandler
Modifier and Type | Field and Description |
---|---|
protected String |
parentURI |
protected String |
targetURI |
Constructor and Description |
---|
FindHandler(String parentURI) |
Modifier and Type | Method and Description |
---|---|
String |
getTargetURI() |
void |
noteDiscoveredLink(String rawURL)
Inform the world of a discovered link.
|
public FindHandler(String parentURI)
public void noteDiscoveredLink(String rawURL) throws ManifoldCFException
noteDiscoveredLink
in interface IDiscoveredLinkHandler
rawURL
- is the raw discovered url. This may be relative, malformed, or otherwise unsuitable for use until final form is acheived.ManifoldCFException
public String getTargetURI()