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(List<ProjectFile> projects,
OutputStream stream)
Write a file containing multiple projects to the supplied OutputStream instance.
|
void |
write(ProjectFile projectFile,
OutputStream stream)
Write a project file's content to the supplied OutputStream instance.
|
write, write, write, writepublic void setWriteBaselines(boolean value)
value - true if baseline projects should be writtenpublic boolean getWriteBaselines()
public void write(ProjectFile projectFile, OutputStream stream) throws IOException
ProjectWriterprojectFile - project file instancestream - OutputStream instanceIOExceptionpublic void write(List<ProjectFile> projects, OutputStream stream) throws IOException
ProjectWriterprojects - projects to writestream - OutputStream instanceIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.