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)
Write a project file's content to 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 nameIOException
void write(ProjectFile projectFile, File file) throws IOException
projectFile
- project file instancefile
- File instanceIOException
void write(ProjectFile projectFile, OutputStream outputStream) throws IOException
projectFile
- project file instanceoutputStream
- OutputStream instanceIOException
Copyright © 2000–2024 Packwood Software. All rights reserved.