|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcage.writer.WriterFactory
public class WriterFactory
Utility class for the creation of CaGeWriter objects.
| Method Summary | |
|---|---|
static CaGeWriter |
createCaGeWriter(java.lang.String format)
Returns a CaGeWriter based on the given
format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CaGeWriter createCaGeWriter(java.lang.String format)
CaGeWriter based on the given
format. To determine the writer this methods goes
through the following steps:
CaGe.nativesAvailable is true, then
it tries to find a class named Native +
format + Writer in this package.
format - A String describing the format for which you want
a writer, or the full name of a writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||