public interface ProjectWriter
| Modifier and Type | Method and Description |
|---|---|
void |
write(ProjectFile projectFile,
File file)
Create a project file using the supplied File instance.
|
void |
write(ProjectFile projectFile,
OutputStream outputStream)
Create a project file using the supplied OutputStream instance.
|
void |
write(ProjectFile projectFile,
String fileName)
Create a project file using the supplied file name.
|
void write(ProjectFile projectFile, String fileName) throws IOException
projectFile - project file instancefileName - file nameIOExceptionvoid write(ProjectFile projectFile, File file) throws IOException
projectFile - project file instancefile - File instanceIOExceptionvoid write(ProjectFile projectFile, OutputStream outputStream) throws IOException
projectFile - project file instanceoutputStream - OutputStream instanceIOExceptionCopyright © 2013. All Rights Reserved.