|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceURL | |
|---|---|
| com.fatwire.crawler | |
| Uses of ResourceURL in com.fatwire.crawler |
|---|
| Methods in com.fatwire.crawler that return ResourceURL | |
|---|---|
ResourceURL |
WebResource.getURL()
Returns the URL which was used to download this resource. |
| Methods in com.fatwire.crawler that return types with arguments of type ResourceURL | |
|---|---|
java.util.List<ResourceURL> |
LinkExtractor.extract(WebResource resource)
Method is used to parse the WebResource and find a list of links based on the algorithm specified. |
java.util.Set<ResourceURL> |
WebResource.getURLs()
The method is used to return the list of the url's that are found inside the web resource. |
| Methods in com.fatwire.crawler with parameters of type ResourceURL | |
|---|---|
void |
WebResource.addURL(ResourceURL link)
Adds a URL as found on this resource. |
| Method parameters in com.fatwire.crawler with type arguments of type ResourceURL | |
|---|---|
void |
WebResource.addURLs(java.util.List<ResourceURL> links)
Adds a list of URL's as found in this WebResource. |
| Constructors in com.fatwire.crawler with parameters of type ResourceURL | |
|---|---|
WebResource(ResourceURL url)
Constructor for creating an object of WebResource. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||