public class UriUtils extends Object
| Constructor and Description |
|---|
UriUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<CrawleableUri> |
createCrawleableUriList(ArrayList uris,
UriType type)
Deprecated.
|
static List<CrawleableUri> |
createCrawleableUriList(Collection<String> seedUris) |
static List<CrawleableUri> |
createCrawleableUriList(String[] seedUris) |
static String |
generateFileName(CrawleableUri curi,
String fileEnding) |
static String |
generateFileName(String uri,
boolean useCompression)
Deprecated.
use
generateFileName(String, String) instead. |
static String |
generateFileName(String uri,
String fileEnding)
Deprecated.
|
static List<CrawleableUri> |
getCrawleableUriList() |
static String |
getDomainName(String url) |
static boolean |
isStringMatchRegexps(String string,
String[] regexs) |
public static List<CrawleableUri> createCrawleableUriList(String[] seedUris)
@Deprecated public static List<CrawleableUri> createCrawleableUriList(ArrayList uris, UriType type)
public static List<CrawleableUri> createCrawleableUriList(Collection<String> seedUris)
public static List<CrawleableUri> getCrawleableUriList()
@Deprecated public static String generateFileName(String uri, boolean useCompression)
generateFileName(String, String) instead.@Deprecated public static String generateFileName(String uri, String fileEnding)
public static String generateFileName(CrawleableUri curi, String fileEnding)
public static String getDomainName(String url) throws URISyntaxException
URISyntaxExceptionCopyright © 2017–2019. All rights reserved.