| Package | Description |
|---|---|
| eu.dnetlib.bioschemas.api.crawl | |
| eu.dnetlib.bioschemas.api.scraper |
| Modifier and Type | Method and Description |
|---|---|
StatusOfScrape |
CrawlRecord.getStatus() |
static StatusOfScrape |
StatusOfScrape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusOfScrape[] |
StatusOfScrape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlRecord.setStatus(StatusOfScrape status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceScraper.scrape(String url,
Long contextCounter,
String outputFolderName,
String fileName,
StatusOfScrape status)
Orchestrates the process of scraping a site before converting the extracted
triples to NQuads and writing to a file.
|
Copyright © 2025. All rights reserved.