|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.schemedit.standards.util.RegistryExporter
public class RegistryExporter
Dumps the contents of a 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.
| Method Summary | |
|---|---|
void |
export(File file)
Write a tab-delimited file containing a record for each standards document. |
static void |
main(String[] args)
The main program for the RegistryExporter class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void export(File file)
file - the file in which to export the standards docs contained in the
StandardsRegistry
public static void main(String[] args)
throws Exception
args - The command line arguments
Exception - NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||