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.
|
Modifier and Type | Method and Description |
---|---|
Result<RsRoot> |
RsExplorer.explore(URI uri,
ResultIndex index) |
List<Result<RsRoot>> |
ResultIndexPivot.listRsRootResults() |
List<Result<RsRoot>> |
ResultIndexPivot.listRsRootResults(Capability capability) |
List<Result<RsRoot>> |
ResultIndexPivot.listRsRootResultsByLevel(int capabilityLevel) |
Modifier and Type | Method and Description |
---|---|
RsExplorer |
RsExplorer.withConverter(LambdaUtil.BiFunction_WithExceptions<URI,org.apache.http.HttpResponse,RsRoot,Exception> converter) |
Modifier and Type | Method and Description |
---|---|
Result<RsRoot> |
RsDocumentReader.read(String url) |
Result<RsRoot> |
RsDocumentReader.read(URI uri) |
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. |
Modifier and Type | Class and Description |
---|---|
class |
RsRoot<T extends RsRoot,C extends RsItem> |
Modifier and Type | Class and Description |
---|---|
class |
Sitemapindex |
class |
Urlset |
Modifier and Type | Method and Description |
---|---|
Optional<RsRoot> |
RsBuilder.build()
Build a class hierarchy from the input previously given with one of
set -methods. |
Modifier and Type | Method and Description |
---|---|
String |
RsBuilder.toXml(RsRoot rsRoot,
boolean formattedOutput)
Marshal a class hierarchy to its xml-representation.
|
Copyright © 2017. All rights reserved.