|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getId()
void writeEntryData(OutputStream os)
throws IOException
os - OutputStream to write to
IOException
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||