public final class ProjectWriterUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static ProjectWriter getProjectWriter(String name) throws InstantiationException, IllegalAccessException
name - file nameInstantiationExceptionIllegalAccessExceptionCopyright © 2013. All Rights Reserved.