org.dspace.sword
Class SimpleFileIngester

java.lang.Object
  extended by 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

Constructor Summary
SimpleFileIngester()
           
 
Method Summary
 DepositResult ingest(SWORDService service, Deposit deposit, DSpaceObject target)
          perform the ingest using the given deposit object onto the specified target dspace object, using the sword service implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFileIngester

public SimpleFileIngester()
Method Detail

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.