Class DefaultDatasets
java.lang.Object
org.variantsync.diffdetective.datasets.DefaultDatasets
A helper class to load descriptions of the 44 open-source software product line repositories.
- Author:
- Paul Bittner
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<DatasetDescription>
loadDatasets
(Path datasetsFile) Parses the given datasets markdown file and returns a list with a description for each dataset described in the fiven file.static List<DatasetDescription>
Loads the default datasets file and returns a list with a description for each dataset.
-
Field Details
-
DEFAULT_DATASETS_FILE
Path to the markdown file with the links and metadata for each default dataset. -
EMACS
Path to the markdown file with the links and metadata for Emacs only.
-
-
Constructor Details
-
DefaultDatasets
public DefaultDatasets()
-
-
Method Details
-
loadDefaultDatasets
Loads the default datasets file and returns a list with a description for each dataset. -
loadDatasets
Parses the given datasets markdown file and returns a list with a description for each dataset described in the fiven file.- Parameters:
datasetsFile
- Markdown file with a table in which rows are datasets.
-