public class FileGraphSetup extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
FILEGRAPH_URI_ROOT |
| Constructor and Description |
|---|
FileGraphSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupDB(org.apache.jena.query.Dataset dataset,
Set<String> uriSet,
String type) |
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
boolean |
updateGraphInDB(RDFService rdfService,
org.apache.jena.rdf.model.Model fileModel,
String type,
Path path) |
public static final String FILEGRAPH_URI_ROOT
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic boolean updateGraphInDB(RDFService rdfService, org.apache.jena.rdf.model.Model fileModel, String type, Path path) throws RDFServiceException
RDFServiceExceptionpublic void cleanupDB(org.apache.jena.query.Dataset dataset,
Set<String> uriSet,
String type)
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2022. All rights reserved.