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.
|
nl.knaw.dans.rs.aggregator.xml |
JAXB implementation for marshalling and unmarshalling sitemap documents.
|
Constructor and Description |
---|
Expedition(org.apache.http.impl.client.CloseableHttpClient httpClient,
ResourceSyncContext rsContext) |
LinkExplorer(org.apache.http.impl.client.CloseableHttpClient httpClient,
ResourceSyncContext rsContext,
LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,List<String>,?> responseReader) |
RsExplorer(org.apache.http.impl.client.CloseableHttpClient httpClient,
ResourceSyncContext rsContext) |
Constructor and Description |
---|
RsDocumentReader(org.apache.http.impl.client.CloseableHttpClient httpClient,
ResourceSyncContext rsContext) |
Modifier and Type | Method and Description |
---|---|
ResourceSyncContext |
SyncJob.getRsContext() |
ResourceSyncContext |
SitemapCollector.getRsContext() |
Modifier and Type | Method and Description |
---|---|
void |
SyncJob.setRsContext(ResourceSyncContext rsContext) |
FsSitemapConverterProvider |
FsSitemapConverterProvider.withResourceSyncContext(ResourceSyncContext rsContext) |
SitemapCollector |
SitemapCollector.withRsContext(ResourceSyncContext rsContext) |
Modifier and Type | Method and Description |
---|---|
SitemapConverterProvider |
SitemapConverterProvider.withResourceSyncContext(ResourceSyncContext rsContext)
Set the
ResourceSyncContext for the provided converter. |
Constructor and Description |
---|
RsBuilder(ResourceSyncContext rsContext)
Constructor.
|
Copyright © 2017. All rights reserved.