public class XMLTransferReportWriter extends Object
Constructor and Description |
---|
XMLTransferReportWriter() |
Modifier and Type | Method and Description |
---|---|
void |
endTransferReport()
End the transfer report
|
void |
startTransferReport(String encoding,
Writer writer)
Start the transfer report
|
void |
writeDefinition(TransferDefinition definition)
Write the definition to the report
|
void |
writeException(Exception e)
Write the definition to the report
|
void |
writeNodeSummary(TransferManifestNode node)
Write the transfer manifest header
|
void |
writeTarget(TransferTarget target)
Write the target to the report
|
void |
writeTransferEvent(TransferEvent event)
Write the transfer event
|
void |
writeTransferEvents(List<TransferEvent> events)
Write the transfer manifest header
|
public void startTransferReport(String encoding, Writer writer) throws SAXException
SAXException
public void endTransferReport() throws SAXException
SAXException
public void writeTarget(TransferTarget target) throws SAXException
SAXException
public void writeDefinition(TransferDefinition definition) throws SAXException
SAXException
public void writeException(Exception e) throws SAXException
SAXException
public void writeTransferEvents(List<TransferEvent> events) throws SAXException
SAXException
public void writeNodeSummary(TransferManifestNode node) throws SAXException
SAXException
public void writeTransferEvent(TransferEvent event) throws SAXException
SAXException
Copyright © 2005–2017 Alfresco Software. All rights reserved.