public abstract class AbstractProjectReader extends Object implements ProjectReader
| Constructor and Description |
|---|
AbstractProjectReader() |
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
read(File file)
Read a file where a File instance is supplied.
|
ProjectFile |
read(String fileName)
Read a file where the file name is supplied.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddProjectListener, readpublic ProjectFile read(String fileName) throws MPXJException
read in interface ProjectReaderfileName - file nameMPXJExceptionpublic ProjectFile read(File file) throws MPXJException
read in interface ProjectReaderfile - File instanceMPXJExceptionCopyright © 2013. All Rights Reserved.