public class ItemExportCLITool extends Object
ItemExport creates the simple AIP package that the importer also uses. It consists of:
/exportdir/42/ (one directory per item) / dublin_core.xml - qualified dublin core in RDF schema / contents - text file, listing one file per line / file1 - files contained in the item / file2 / ...
issues -doesn't handle special characters in metadata (needs to turn &'s into
&, etc.)
Modified by David Little, UCSD Libraries 12/21/04 to allow the registration of files (bitstreams) into DSpace.
| Modifier and Type | Field and Description |
|---|---|
protected static CollectionService |
collectionService |
protected static HandleService |
handleService |
protected static ItemExportService |
itemExportService |
protected static ItemService |
itemService |
| Constructor and Description |
|---|
ItemExportCLITool() |
protected static ItemExportService itemExportService
protected static HandleService handleService
protected static ItemService itemService
protected static CollectionService collectionService
Copyright © 2017 DuraSpace. All rights reserved.