org.alfresco.repo.transfer.manifest
Class TestTransferManifestProcessor

java.lang.Object
  extended by org.alfresco.repo.transfer.manifest.TestTransferManifestProcessor
All Implemented Interfaces:
TransferManifestProcessor

public class TestTransferManifestProcessor
extends java.lang.Object
implements TransferManifestProcessor

Test implementation of TransferManifestProcessor. Simply gives access to the data through header and nodes properties.


Constructor Summary
TestTransferManifestProcessor()
           
 
Method Summary
 void endTransferManifest()
          Signals the end of a transfer manifest
 void processTransferManifestNode(TransferManifestDeletedNode node)
          Gives a deleted manifest node to be processed
 void processTransferManifestNode(TransferManifestNormalNode node)
          Gives a manifest node to be processed
 void processTransferManifiestHeader(TransferManifestHeader header)
          Gives the header to be proceessed
 void startTransferManifest()
          Signals the start of a transfer manifest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTransferManifestProcessor

public TestTransferManifestProcessor()
Method Detail

endTransferManifest

public void endTransferManifest()
Description copied from interface: TransferManifestProcessor
Signals the end of a transfer manifest

Specified by:
endTransferManifest in interface TransferManifestProcessor

processTransferManifestNode

public void processTransferManifestNode(TransferManifestNormalNode node)
Description copied from interface: TransferManifestProcessor
Gives a manifest node to be processed

Specified by:
processTransferManifestNode in interface TransferManifestProcessor

processTransferManifestNode

public void processTransferManifestNode(TransferManifestDeletedNode node)
Description copied from interface: TransferManifestProcessor
Gives a deleted manifest node to be processed

Specified by:
processTransferManifestNode in interface TransferManifestProcessor

processTransferManifiestHeader

public void processTransferManifiestHeader(TransferManifestHeader header)
Description copied from interface: TransferManifestProcessor
Gives the header to be proceessed

Specified by:
processTransferManifiestHeader in interface TransferManifestProcessor

startTransferManifest

public void startTransferManifest()
Description copied from interface: TransferManifestProcessor
Signals the start of a transfer manifest

Specified by:
startTransferManifest in interface TransferManifestProcessor


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.