Interface TransferManifestWriter

  • All Known Implementing Classes:
    XMLTransferManifestWriter

    public interface TransferManifestWriter
    Transfer Manifest Writer This class formats the transfer manifest and prints it to the specified writer It is a statefull object and writes one manifest at a time. Call start once, then write the header, then one or more nodes, then end.