Package | Description |
---|---|
nl.knaw.dans.rs.aggregator.discover |
Classes for discovering sitemaps on ResourceSync Sources.
|
nl.knaw.dans.rs.aggregator.http |
Classes and Exceptions for accessing remote resources and sitemaps.
|
nl.knaw.dans.rs.aggregator.sync |
Workers collectors and default implementations for ResourceSync synchronisation at a Destination.
|
nl.knaw.dans.rs.aggregator.syncore |
Core classes and interfaces for ResourceSync synchronisation at a Destination.
|
Modifier and Type | Method and Description |
---|---|
RsExplorer |
RsExplorer.withConverter(LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,RsRoot,Exception> converter) |
Constructor and Description |
---|
LinkExplorer(org.apache.http.impl.client.CloseableHttpClient httpClient,
ResourceSyncContext rsContext,
LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,List<String>,?> responseReader) |
Modifier and Type | Method and Description |
---|---|
<R> Result<R> |
AbstractUriReader.execute(URI uri,
LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,R,?> func) |
Modifier and Type | Method and Description |
---|---|
LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,RsRoot,Exception> |
SitemapCollector.getConverter() |
LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,RsRoot,Exception> |
FsSitemapConverterProvider.getConverter() |
Modifier and Type | Method and Description |
---|---|
SitemapCollector |
SitemapCollector.withConverter(LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,RsRoot,Exception> converter) |
Modifier and Type | Method and Description |
---|---|
LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,RsRoot,Exception> |
SitemapConverterProvider.getConverter()
Provide the converter that returns an
RsRoot when given a URI and a HttpResponse. |
Copyright © 2017. All rights reserved.