|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.writer.AbstractProjectWriter
public abstract class AbstractProjectWriter
Abstract implementation of the ProjectWriter interface which supplies implementations of the trivial write methods.
| Constructor Summary | |
|---|---|
AbstractProjectWriter()
|
|
| Method Summary | |
|---|---|
void |
write(ProjectFile projectFile,
java.io.File file)
Create a project file using the supplied File instance. |
void |
write(ProjectFile projectFile,
java.lang.String fileName)
Create a project file using the supplied file name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.mpxj.writer.ProjectWriter |
|---|
write |
| Constructor Detail |
|---|
public AbstractProjectWriter()
| Method Detail |
|---|
public void write(ProjectFile projectFile,
java.lang.String fileName)
throws java.io.IOException
write in interface ProjectWriterprojectFile - project file instancefileName - file name
java.io.IOException
public void write(ProjectFile projectFile,
java.io.File file)
throws java.io.IOException
write in interface ProjectWriterprojectFile - project file instancefile - File instance
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||