public class RDFFilesLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getEnabledLocales(javax.servlet.ServletContext ctx) |
static void |
loadEveryTimeFiles(javax.servlet.ServletContext ctx,
String modelPath,
org.apache.jena.ontology.OntModel model)
Load the "every time" files.
|
static void |
loadFirstTimeFiles(javax.servlet.ServletContext ctx,
String modelPath,
org.apache.jena.rdf.model.Model model,
boolean firstTime)
Load the "first time" files if we say it is the first time.
|
public static void loadFirstTimeFiles(javax.servlet.ServletContext ctx,
String modelPath,
org.apache.jena.rdf.model.Model model,
boolean firstTime)
public static void loadEveryTimeFiles(javax.servlet.ServletContext ctx,
String modelPath,
org.apache.jena.ontology.OntModel model)
Copyright © 2021. All rights reserved.