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, wait
write
public void write(ProjectFile projectFile, String fileName) throws IOException
ProjectWriter
write
in interface ProjectWriter
projectFile
- project file instancefileName
- file nameIOException
public void write(ProjectFile projectFile, File file) throws IOException
ProjectWriter
write
in interface ProjectWriter
projectFile
- project file instancefile
- File instanceIOException
Copyright © 2000–2024 Packwood Software. All rights reserved.