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
SAXExceptionpublic void endTransferReport()
throws SAXException
SAXExceptionpublic void writeTarget(TransferTarget target) throws SAXException
SAXExceptionpublic void writeDefinition(TransferDefinition definition) throws SAXException
SAXExceptionpublic void writeException(Exception e) throws SAXException
SAXExceptionpublic void writeTransferEvents(List<TransferEvent> events) throws SAXException
SAXExceptionpublic void writeNodeSummary(TransferManifestNode node) throws SAXException
SAXExceptionpublic void writeTransferEvent(TransferEvent event) throws SAXException
SAXExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.