public final class SageReader extends AbstractProjectStreamReader
| Constructor and Description |
|---|
SageReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnoreErrors()
Retrieve the flag which determines if datatype parse errors can be ignored.
|
ProjectFile |
read(InputStream is)
Read a single schedule from a file where the contents of the project file
are supplied via an input stream.
|
void |
setIgnoreErrors(boolean ignoreErrors)
Set a flag to determine if datatype parse errors can be ignored.
|
read, read, readAll, readAll, readAlladdListenersToContext, addListenersToProject, addListenersToReader, addProjectListenerpublic ProjectFile read(InputStream is) throws MPXJException
ProjectReaderis - InputStream instanceMPXJExceptionpublic void setIgnoreErrors(boolean ignoreErrors)
ignoreErrors - pass true to ignore errorspublic boolean getIgnoreErrors()
Copyright © 2000–2025 MPXJ. All rights reserved.