public final class MPDFileReader extends AbstractProjectFileReader
| Constructor and Description |
|---|
MPDFileReader() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
listProjects(File file)
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
ProjectFile |
read(File file)
Read a single schedule from a file where a File instance is supplied.
|
List<ProjectFile> |
readAll(File file)
Default implementation of readAll.
|
void |
setProjectID(int projectID)
Set the ID of the project to be read.
|
read, read, readAll, readAlladdListenersToContext, addListenersToProject, addListenersToReader, addProjectListenerpublic Map<Integer,String> listProjects(File file) throws MPXJException
file - project fileMPXJExceptionpublic void setProjectID(int projectID)
projectID - project IDpublic ProjectFile read(File file) throws MPXJException
ProjectReaderfile - File instanceMPXJExceptionpublic List<ProjectFile> readAll(File file) throws MPXJException
AbstractProjectFileReaderreadAll in interface ProjectReaderreadAll in class AbstractProjectFileReaderfile - File instanceMPXJExceptionCopyright © 2000–2026 MPXJ. All rights reserved.