net.sf.mpxj.mpp
Class ProjectHeaderReader

java.lang.Object
  extended by net.sf.mpxj.mpp.ProjectHeaderReader

public final class ProjectHeaderReader
extends Object

This class reads project header data from MPP8, MPP9, and MPP12 files.


Constructor Summary
ProjectHeaderReader()
           
 
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
 

Constructor Detail

ProjectHeaderReader

public ProjectHeaderReader()
Method Detail

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 file
props - properties data
rootDir - Root of the POI file system.
Throws:
MPXJException


Copyright © 2012. All Rights Reserved.