|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.reader.ProjectReaderUtility
public final class ProjectReaderUtility
This class contains utility methods for working with ProjectReaderss.
| Method Summary | |
|---|---|
static ProjectReader |
getProjectReader(String name)
Retrieves a ProjectReader instance which can read a file of the type specified by the supplied file name. |
static Set<String> |
getSupportedFileExtensions()
Retrieves a set containing the file extensions supported by the getProjectReader method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ProjectReader getProjectReader(String name)
throws InstantiationException,
IllegalAccessException
name - file name
InstantiationException
IllegalAccessExceptionpublic static Set<String> getSupportedFileExtensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||