Package com.priint.pubserver.util
Class FontDbUtils
- java.lang.Object
-
- com.priint.pubserver.util.FontDbUtils
-
public final class FontDbUtils extends java.lang.ObjectUtilities connected to the FontDataBase
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCUSTOM_CONFIG_NAME_PREFIXPrefix for the custom config files.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TgetConfig(java.lang.String configPath)protected TgetConfig(java.lang.String configFolder, java.lang.String configName)protected java.lang.Class<FontDataBase>getConfigClass()protected TgetConfigMergedWithCustom(java.lang.String configFolder, java.lang.String configName)static FontDataBasegetFontDataBase()Method to get the FontDataBase
-
-
-
Field Detail
-
CUSTOM_CONFIG_NAME_PREFIX
public static final java.lang.String CUSTOM_CONFIG_NAME_PREFIX
Prefix for the custom config files.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFontDataBase
public static FontDataBase getFontDataBase() throws ConfigManagerException, javax.xml.bind.JAXBException
Method to get the FontDataBase- Returns:
- FontDataBase
- Throws:
ConfigManagerExceptionjavax.xml.bind.JAXBException
-
getConfigClass
protected java.lang.Class<FontDataBase> getConfigClass()
-
getConfigMergedWithCustom
protected T getConfigMergedWithCustom(java.lang.String configFolder, java.lang.String configName) throws ConfigManagerException, javax.xml.bind.JAXBException- Throws:
ConfigManagerExceptionjavax.xml.bind.JAXBException
-
getConfig
protected T getConfig(java.lang.String configFolder, java.lang.String configName) throws ConfigManagerException, javax.xml.bind.JAXBException- Throws:
ConfigManagerExceptionjavax.xml.bind.JAXBException
-
getConfig
protected T getConfig(java.lang.String configPath) throws ConfigManagerException, javax.xml.bind.JAXBException- Throws:
ConfigManagerExceptionjavax.xml.bind.JAXBException
-
-