|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectWriter
This interface is implemented by classes which can create project files from the contents of an ProjectFile instance.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void write(ProjectFile projectFile,
String fileName)
throws IOException
projectFile - project file instancefileName - file name
IOException
void write(ProjectFile projectFile,
File file)
throws IOException
projectFile - project file instancefile - File instance
IOException
void write(ProjectFile projectFile,
OutputStream outputStream)
throws IOException
projectFile - project file instanceoutputStream - OutputStream instance
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||