|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.reader.AbstractProjectReader
public abstract class AbstractProjectReader
Abstract implementation of the ProjectReader interface which supplies implementations of the trivial read methods.
| Constructor Summary | |
|---|---|
AbstractProjectReader()
|
|
| Method Summary | |
|---|---|
ProjectFile |
read(java.io.File file)
Read a file where a File instance is supplied. |
ProjectFile |
read(java.lang.String fileName)
Read a file where the file name is supplied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.mpxj.reader.ProjectReader |
|---|
read |
| Constructor Detail |
|---|
public AbstractProjectReader()
| Method Detail |
|---|
public ProjectFile read(java.lang.String fileName)
throws MPXJException
read in interface ProjectReaderfileName - file name
MPXJException
public ProjectFile read(java.io.File file)
throws MPXJException
read in interface ProjectReaderfile - File instance
MPXJException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||