public class PrimaveraXmlReader extends Object
Represents a reader to read Project UIDs from Primavera Xml file
Constructor and Description |
---|
PrimaveraXmlReader(InputStream stream)
Inititalizes a new instance
|
PrimaveraXmlReader(String templatePath)
Inititalizes a new instance
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getProjectUids()
Return List of the project Uids
|
public PrimaveraXmlReader(String templatePath)
Inititalizes a new instance
templatePath
- Path to template where Primavera Xml project is locatedpublic PrimaveraXmlReader(InputStream stream)
Inititalizes a new instance
stream
- Stream from Primavera Xml fileCopyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.