|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.writer.ProjectWriterUtility
public final class ProjectWriterUtility
This class contains utility methods for working with ProjectWriters.
| Method Summary | |
|---|---|
static ProjectWriter |
getProjectWriter(String name)
Retrieves a ProjectWriter instance which can write 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 getProjectWriter method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ProjectWriter getProjectWriter(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 | |||||||||