Package com.priint.pubserver.util
Class FontDbUtils
java.lang.Object
com.priint.pubserver.util.FontDbUtils
Utilities connected to the FontDataBase
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected FontDataBaseprotected FontDataBaseprotected Class<FontDataBase>protected FontDataBasegetConfigMergedWithCustom(String configFolder, String configName) static FontDataBaseMethod to get the FontDataBase
-
Field Details
-
CUSTOM_CONFIG_NAME_PREFIX
Prefix for the custom config files.- See Also:
-
-
Method Details
-
getFontDataBase
public static FontDataBase getFontDataBase() throws ConfigManagerException, jakarta.xml.bind.JAXBExceptionMethod to get the FontDataBase- Returns:
- FontDataBase
- Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-
getConfigClass
-
getConfigMergedWithCustom
protected FontDataBase getConfigMergedWithCustom(String configFolder, String configName) throws ConfigManagerException, jakarta.xml.bind.JAXBException - Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-
getConfig
protected FontDataBase getConfig(String configFolder, String configName) throws ConfigManagerException, jakarta.xml.bind.JAXBException - Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-
getConfig
protected FontDataBase getConfig(String configPath) throws ConfigManagerException, jakarta.xml.bind.JAXBException - Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-