|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.riot.system.IO_JenaWriters
public class IO_JenaWriters
| Constructor Summary | |
|---|---|
IO_JenaWriters()
|
|
| Method Summary | |
|---|---|
static RDFFormat |
getFormatForJenaWriter(String jenaName)
return the RDFFormat for the existing Jena writer name, or null |
static Collection<String> |
getJenaWriterNames()
Return a collection of jena writer names |
static void |
registerForModelWrite(String name,
Class<?> cls)
Register for use with Model.write (old style compatibility) |
static void |
resetJena()
|
static void |
setFormatForJenaWriter(String jenaName,
RDFFormat format)
Register an RDFFormat for a Jena writer name |
static void |
wireIntoJena()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IO_JenaWriters()
| Method Detail |
|---|
public static RDFFormat getFormatForJenaWriter(String jenaName)
public static void setFormatForJenaWriter(String jenaName,
RDFFormat format)
public static Collection<String> getJenaWriterNames()
public static void wireIntoJena()
public static void resetJena()
public static void registerForModelWrite(String name,
Class<?> cls)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||