net.sf.mpxj.mpp
Class ProjectHeaderReader
java.lang.Object
net.sf.mpxj.mpp.ProjectHeaderReader
public final class ProjectHeaderReader
- extends Object
This class reads project header data from MPP8, MPP9, and MPP12 files.
|
Method Summary |
void |
process(ProjectFile file,
net.sf.mpxj.mpp.Props props,
org.apache.poi.poifs.filesystem.DirectoryEntry rootDir)
The main entry point for processing project header data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectHeaderReader
public ProjectHeaderReader()
process
public void process(ProjectFile file,
net.sf.mpxj.mpp.Props props,
org.apache.poi.poifs.filesystem.DirectoryEntry rootDir)
throws MPXJException
- The main entry point for processing project header data.
- Parameters:
file - parent project fileprops - properties datarootDir - Root of the POI file system.
- Throws:
MPXJException
Copyright © 2012. All Rights Reserved.