public class StructBuilder extends Object
| Constructor and Description |
|---|
StructBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStringValue(Node node)
Return the String value of a Node
|
static void |
main(String[] argv)
Main method to be run from the command line to import a structure into
DSpace
This is of the form:
StructBuilder -f [xml source] -e [administrator email] -o [output file]
The output file will contain exactly the same as the source xml document, but
with the handle for each imported item added as an attribute.
|
public static void main(String[] argv) throws Exception
ExceptionCopyright © 2013 DuraSpace. All Rights Reserved.