public interface CrawleableUriFactory
CrawleableUri instances. Note that the URIs
used for the generation of these instances might have to fulfill certain
requirements imposed by the different implementations of this interface.| Modifier and Type | Method and Description |
|---|---|
CrawleableUri |
create(String uri)
Creates a
CrawleableUri from the given URI String. |
CrawleableUri |
create(URI uri)
Creates a
CrawleableUri from the given URI instance. |
CrawleableUri |
create(URI uri,
UriType type)
|
CrawleableUri create(String uri)
CrawleableUri from the given URI String.uri - the URI that should be crawleable.CrawleableUri instance based on the given URI string or
null, if the given URI did not fulfill the requirements of a
crawleable URI.CrawleableUri create(URI uri)
CrawleableUri from the given URI instance.uri - the URI that should be crawleable.CrawleableUri instance based on the given URI
instance or null, if the given URI did not fulfill the
requirements of a crawleable URI.CrawleableUri create(URI uri, UriType type)
uri - the URI that should be crawleable.type - CrawleableUri instance based on the given URI
instance and the given UriType or null, if the given
URI did not fulfill the requirements of a crawleable URI.Copyright © 2017–2019. All rights reserved.