Modifier and Type | Method and Description |
---|---|
PrimaveraXmlReadingOptions |
LoadOptions.getPrimaveraOptions()
Specified instance of the
PrimaveraXmlReadingOptions class |
Modifier and Type | Method and Description |
---|---|
void |
LoadOptions.setPrimaveraOptions(PrimaveraXmlReadingOptions value)
Specified instance of the
PrimaveraXmlReadingOptions class |
Constructor and Description |
---|
Project(InputStream stream,
ParseErrorCallback parseErrorHandler,
PrimaveraXmlReadingOptions options)
Initializes a new instance of the
Project class from the Stream
with the specified instance of the PrimaveraXmlReadingOptions class. |
Project(InputStream stream,
PrimaveraXmlReadingOptions options)
Initializes a new instance of the
Project class from the Stream
with the specified instance of the PrimaveraXmlReadingOptions class. |
Project(String projectTemplate,
ParseErrorCallback parseErrorHandler,
PrimaveraXmlReadingOptions options)
Initializes a new instance of the
Project class from a template (existent mpp or mpt file)
with the specified instance of the PrimaveraXmlReadingOptions class. |
Project(String projectTemplate,
PrimaveraXmlReadingOptions options)
Initializes a new instance of the
Project class from a template (existent MPP or MPT file)
with the specified instance of the PrimaveraXmlReadingOptions class. |