org.dspace.sword
Class SWORDMETSIngester

java.lang.Object
  extended by org.dspace.sword.SWORDMETSIngester
All Implemented Interfaces:
SWORDIngester

public class SWORDMETSIngester
extends Object
implements SWORDIngester


Field Summary
static Logger log
          Log4j logger
 
Constructor Summary
SWORDMETSIngester()
           
 
Method Summary
 DepositResult ingest(SWORDService service, Deposit deposit, DSpaceObject dso)
          Ingest the package as described in the given Deposit object within the given DSpace Context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static Logger log
Log4j logger

Constructor Detail

SWORDMETSIngester

public SWORDMETSIngester()
Method Detail

ingest

public DepositResult ingest(SWORDService service,
                            Deposit deposit,
                            DSpaceObject dso)
                     throws DSpaceSWORDException,
                            SWORDErrorException
Description copied from interface: SWORDIngester
Ingest the package as described in the given Deposit object within the given DSpace Context

Specified by:
ingest in interface SWORDIngester
Returns:
the result of the deposit
Throws:
DSpaceSWORDException
SWORDErrorException


Copyright © 2010 DuraSpace. All Rights Reserved.