Class UpdateKnowledgeBase
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase
-
public class UpdateKnowledgeBase extends Object
Invokes process to test whether the knowledge base needs any updating to align with ontology changes.- Author:
- bjl23
-
-
Field Summary
Fields Modifier and Type Field Description static StringKBM_REQURIED_AT_STARTUP
-
Constructor Summary
Constructors Constructor Description UpdateKnowledgeBase(String dataDir, javax.servlet.ServletContextListener parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextInitialized(javax.servlet.ServletContextEvent sce)voidmigrateDisplayModel(UpdateSettings settings)
-
-
-
Field Detail
-
KBM_REQURIED_AT_STARTUP
public static final String KBM_REQURIED_AT_STARTUP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateKnowledgeBase
public UpdateKnowledgeBase(String dataDir, javax.servlet.ServletContextListener parent)
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
-
migrateDisplayModel
public void migrateDisplayModel(UpdateSettings settings) throws Exception
- Throws:
Exception
-
-