org.alfresco.repo.transfer.report
Class XMLTransferEventFormatterFactory

java.lang.Object
  extended by org.alfresco.repo.transfer.report.XMLTransferEventFormatterFactory

public class XMLTransferEventFormatterFactory
extends java.lang.Object

The XMLTransferEventFormatterFactory returns formatters for the various client side TransferEvents. The main entry point for this class is the static method getFormatter();


Field Summary
protected static java.util.Map formatters
           
 
Constructor Summary
XMLTransferEventFormatterFactory()
           
 
Method Summary
static XMLTransferEventFormatter getFormatter(TransferEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatters

protected static java.util.Map formatters
Constructor Detail

XMLTransferEventFormatterFactory

public XMLTransferEventFormatterFactory()
Method Detail

getFormatter

public static XMLTransferEventFormatter getFormatter(TransferEvent event)


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