public class PrimaveraXmlReader extends Object
Represents a reader to read Project UIDs from Primavera Xml file
Constructor and Description |
---|
PrimaveraXmlReader(InputStream stream)
Initializes a new instance of the
PrimaveraXmlReader class. |
PrimaveraXmlReader(String templatePath)
Initializes a new instance of the
PrimaveraXmlReader class. |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getProjectUids()
Return a list of the projects' unique identifiers.
|
public PrimaveraXmlReader(String templatePath)
Initializes a new instance of the PrimaveraXmlReader
class.
templatePath
- Path to template where Primavera Xml project is locatedpublic PrimaveraXmlReader(InputStream stream)
Initializes a new instance of the PrimaveraXmlReader
class.
stream
- Stream from Primavera Xml file