public class ReadFile
extends java.lang.Object
| Constructor and Description |
|---|
ReadFile() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enrichJenaModelOntologyDataset(com.hp.hpl.jena.rdf.model.Model model,
java.lang.String file)
Read ontologies or RDF dataset, included directly from the file (a path) and add it to the jena model
|
static java.lang.String |
queryWebServiceXML(java.lang.String urlWebService)
Execute a web service remotely
|
static java.lang.String |
readContentFile(java.lang.String file)
Read the content of a file, ex.
|
public static void enrichJenaModelOntologyDataset(com.hp.hpl.jena.rdf.model.Model model,
java.lang.String file)
model - file - public static java.lang.String readContentFile(java.lang.String file)
file - public static java.lang.String queryWebServiceXML(java.lang.String urlWebService)
urlWebService: - the url of the web service