com.sap.workspaces.module.extension

Interface IModuleTransport.IExportEntry

Enclosing interface:
IModuleTransport

public static interface IModuleTransport.IExportEntry

Implement the callback methods for exporting of the module's external resources. An entry in the transport package (zip file) is a file that contains one or more external resources of the module. A module should save its entries to the output stream.


Method Summary
 String getId()
          Returns the ID of an entry
 void writeEntryData(OutputStream os)
          Saves entries to the output stream
 

Method Detail

getId

String getId()
Returns the ID of an entry

Returns:
entry id

writeEntryData

void writeEntryData(OutputStream os)
                    throws IOException
Saves entries to the output stream

Parameters:
os - OutputStream to write to
Throws:
IOException


Copyright 2010 SAP AG Complete Copyright Notice