public final class PrimaveraPMFileWriter extends AbstractProjectWriter
Constructor and Description |
---|
PrimaveraPMFileWriter() |
Modifier and Type | Method and Description |
---|---|
boolean |
getWriteBaselines()
Returns true if baseline projects linked to the current
project should be written as baseline projects to the
PMXML file.
|
void |
setWriteBaselines(boolean value)
Determines if baseline projects linked to the current project
should be written as baseline projects in the PMXML file.
|
void |
write(ProjectFile projectFile,
OutputStream stream)
Write a project file's content to the supplied OutputStream instance.
|
write, write
public void setWriteBaselines(boolean value)
value
- true if baseline projects should be writtenpublic boolean getWriteBaselines()
public void write(ProjectFile projectFile, OutputStream stream) throws IOException
ProjectWriter
projectFile
- project file instancestream
- OutputStream instanceIOException
Copyright © 2000–2024 Packwood Software. All rights reserved.