public final class RDFFormats extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.openrdf.rio.RDFFormat |
PRETTY_TURTLE |
| Modifier and Type | Method and Description |
|---|---|
static org.openrdf.rio.RDFFormat |
forFileName(File theFile,
org.openrdf.rio.RDFFormat theBaseFormat) |
static org.openrdf.rio.RDFFormat |
forFileName(String theFileName) |
static org.openrdf.rio.RDFFormat |
forFileName(String theFileName,
org.openrdf.rio.RDFFormat theBaseFormat) |
static org.openrdf.rio.RDFFormat |
forMimeType(String theMimeType) |
static org.openrdf.rio.RDFFormat |
of(String theName) |
public static org.openrdf.rio.RDFFormat of(String theName)
public static org.openrdf.rio.RDFFormat forMimeType(String theMimeType)
public static org.openrdf.rio.RDFFormat forFileName(File theFile, org.openrdf.rio.RDFFormat theBaseFormat)
public static org.openrdf.rio.RDFFormat forFileName(String theFileName)
public static org.openrdf.rio.RDFFormat forFileName(String theFileName, org.openrdf.rio.RDFFormat theBaseFormat)
Copyright © 2010-2016 Stardog Union. All Rights Reserved.