public interface AppWriterFactory
A factory for AppWriter instances.
Modifier and Type | Method and Description |
---|---|
AppWriter |
getDirectoryAppWriter(Path path)
Creates an AppWriter to write an AppModel unpacked to a directory.
|
AppWriter |
getZipAppWriter(OutputStream stream)
Creates an AppWriter to write an AppModel in Zip format to an output stream.
|
AppWriter getZipAppWriter(OutputStream stream)
Creates an AppWriter to write an AppModel in Zip format to an output stream.
stream
- the target output streamCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.