public final class PhoenixReader extends AbstractProjectStreamReader
| Constructor and Description |
|---|
PhoenixReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUseActivityCodesForTaskHierarchy()
Retrieve a flag indicating if the Activity Codes should be used
to form parent/child Task hierarchy.
|
ProjectFile |
read(InputStream stream)
Read a single schedule from a file where the contents of the project file
are supplied via an input stream.
|
void |
setUseActivityCodesForTaskHierarchy(boolean useActivityCodesForTaskHierarchy)
Sets a flag indicating if the Activity Codes should be used
to form parent/child Task hierarchy.
|
read, read, readAll, readAll, readAlladdListenersToProject, addListenersToReader, addProjectListenerpublic boolean getUseActivityCodesForTaskHierarchy()
public void setUseActivityCodesForTaskHierarchy(boolean useActivityCodesForTaskHierarchy)
useActivityCodesForTaskHierarchy - true if task hierarchy should be formedpublic ProjectFile read(InputStream stream) throws MPXJException
ProjectReaderstream - InputStream instanceMPXJExceptionCopyright © 2000–2025 MPXJ. All rights reserved.