public class RegistryExporter
extends java.lang.Object
StandardsRegistry
contents to file in
tab-delimited form (one row per standards doc).The tab-delimited file can be loaded into a spreadsheet to visualize the attributes (such as title, topic, author, year) of the documents. The recprd for each standards doc contains a "selected" column, which can be marked up to indicate what documents are to be used.
After saving the file (again as tab-delimited) the file can be processed by the python script, standardsFilesTool.py, to copy selected standards documents into a specified destination directory, which can then be used to load the StandardsRegistry (and therefore the standardsSuggestionService) with the selected files.
Modifier and Type | Method and Description |
---|---|
void |
export(java.io.File file)
Write a tab-delimited file containing a record for each standards document.
|
static void |
main(java.lang.String[] args)
The main program for the RegistryExporter class
|
public void export(java.io.File file)
file
- the file in which to export the standards docs contained in the
StandardsRegistrypublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTED