public abstract class AbstractProjectWriter extends Object implements ProjectWriter
| Constructor and Description |
|---|
AbstractProjectWriter() |
| 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,
String fileName)
Create a project file using the supplied file name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic void write(ProjectFile projectFile, String fileName) throws IOException
ProjectWriterwrite in interface ProjectWriterprojectFile - project file instancefileName - file nameIOExceptionpublic void write(ProjectFile projectFile, File file) throws IOException
ProjectWriterwrite in interface ProjectWriterprojectFile - project file instancefile - File instanceIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.