Package org.mycore.pi
Class MCRPIConfigurationChecker
java.lang.Object
org.mycore.pi.MCRPIConfigurationChecker
- All Implemented Interfaces:
MCRStartupHandler.AutoExecutable
Checks deprecated properties and the configuration of
MCRPIService
s on startup-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
returns a name to display on start-up.int
If order is important returns as 'heigher' priority.void
startUp
(jakarta.servlet.ServletContext servletContext) This method get executed byMCRStartupHandler.startUp(ServletContext)
-
Field Details
-
DEPRECATED_PROPERTY_PREFIXES
-
-
Constructor Details
-
MCRPIConfigurationChecker
public MCRPIConfigurationChecker()
-
-
Method Details
-
getName
Description copied from interface:MCRStartupHandler.AutoExecutable
returns a name to display on start-up.- Specified by:
getName
in interfaceMCRStartupHandler.AutoExecutable
-
getPriority
public int getPriority()Description copied from interface:MCRStartupHandler.AutoExecutable
If order is important returns as 'heigher' priority.- Specified by:
getPriority
in interfaceMCRStartupHandler.AutoExecutable
-
startUp
public void startUp(jakarta.servlet.ServletContext servletContext) Description copied from interface:MCRStartupHandler.AutoExecutable
This method get executed byMCRStartupHandler.startUp(ServletContext)
- Specified by:
startUp
in interfaceMCRStartupHandler.AutoExecutable
-