org.dspace.sword
Class SimpleFileIngester
java.lang.Object
org.dspace.sword.SimpleFileIngester
- All Implemented Interfaces:
- SWORDIngester
public class SimpleFileIngester
- extends Object
- implements SWORDIngester
- Author:
- Richard Jones
An implementation of the SWORDIngester interface for ingesting single
files into a DSpace Item
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFileIngester
public SimpleFileIngester()
ingest
public DepositResult ingest(SWORDService service,
Deposit deposit,
DSpaceObject target)
throws DSpaceSWORDException,
SWORDErrorException
- perform the ingest using the given deposit object onto the specified
target dspace object, using the sword service implementation
- Specified by:
ingest in interface SWORDIngester
- Parameters:
service - deposit - target -
- Returns:
-
- Throws:
DSpaceSWORDException
SWORDErrorException
Copyright © 2010 DuraSpace. All Rights Reserved.