public class IO_JenaWriters extends Object
Constructor and Description |
---|
IO_JenaWriters() |
Modifier and Type | Method and Description |
---|---|
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() |
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()
Licenced under the Apache License, Version 2.0