Package com.priint.pubserver.util
Class CometTemplateUtils
java.lang.Object
com.priint.pubserver.util.CometTemplateUtils
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CometTemplategetCometTemplate(String tenant, String project, String identifier) Deprecated, for removal: This API element is subject to removal in a future version.Method to get a Comet Template by identifier for a given tenant and projectprotected CometTemplateprotected CometTemplateprotected Class<CometTemplate> Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getCometTemplate
public static CometTemplate getCometTemplate(String tenant, String project, String identifier) throws ConfigManagerException, jakarta.xml.bind.JAXBException Deprecated, for removal: This API element is subject to removal in a future version.Method to get a Comet Template by identifier for a given tenant and project- Parameters:
tenant- tenantproject- projectidentifier- Comet Template identifier- Returns:
- CometTemplate
- Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-
getConfigClass
Deprecated, for removal: This API element is subject to removal in a future version. -
getConfig
protected CometTemplate getConfig(String configFolder, String configName) throws ConfigManagerException, jakarta.xml.bind.JAXBException - Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-
getConfig
protected CometTemplate getConfig(String configPath) throws ConfigManagerException, jakarta.xml.bind.JAXBException - Throws:
ConfigManagerExceptionjakarta.xml.bind.JAXBException
-