public class RDFLoader extends Object implements GraphLoader
| Constructor and Description |
|---|
RDFLoader() |
RDFLoader(org.openrdf.rio.RDFFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
load(G g,
InputStream inputStream) |
void |
load(G g,
Map<String,org.openrdf.rio.RDFFormat> rdfFileConf) |
void |
load(G g,
String file) |
void |
load(G g,
String file,
org.openrdf.rio.RDFFormat format) |
void |
populate(GDataConf conf,
G g)
Populate an existing graph considering the given configuration
|
public RDFLoader()
public RDFLoader(org.openrdf.rio.RDFFormat format)
throws SLIB_Ex_Critic
format - SLIB_Ex_Criticpublic void populate(GDataConf conf, G g) throws SLIB_Exception
GraphLoaderpopulate in interface GraphLoaderconf - a GraphConf object specifying the configuration the loader must takes into accountSLIB_Exceptionpublic void load(G g, String file) throws SLIB_Ex_Critic
g - file - SLIB_Ex_Criticpublic void load(G g, InputStream inputStream) throws SLIB_Ex_Critic
SLIB_Ex_Criticpublic void load(G g, String file, org.openrdf.rio.RDFFormat format) throws SLIB_Ex_Critic
g - file - format - SLIB_Ex_Criticpublic void load(G g, Map<String,org.openrdf.rio.RDFFormat> rdfFileConf) throws SLIB_Ex_Critic
g - rdfFileConf - SLIB_Ex_CriticCopyright © 2014. All rights reserved.