Class BackofficeFileConventionUtils


  • public class BackofficeFileConventionUtils
    extends java.lang.Object
    Utility methods and constants dealing with filename conventions in backoffice.
    • Field Detail

      • SEPARATOR

        @Deprecated(since="1808",
                    forRemoval=true)
        public static final java.lang.String SEPARATOR
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 1808, not used anymore
        See Also:
        Constant Field Values
      • EXTENSION_PROTOCOL_PREFIX

        @Deprecated(since="1808",
                    forRemoval=true)
        public static final java.lang.String EXTENSION_PROTOCOL_PREFIX
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 1808, responsibility moved to CockpitApplicationContext
        See Also:
        Constant Field Values
    • Method Detail

      • buildConventionFileName

        public static java.lang.String buildConventionFileName​(java.lang.String extensionName,
                                                               java.lang.String suffix)
      • getModuleSpringDefinitionsFile

        public static java.lang.String getModuleSpringDefinitionsFile​(java.lang.String extensionName)
      • getModuleConfigXmlFile

        public static java.lang.String getModuleConfigXmlFile​(java.lang.String extensionName)
      • getModuleWidgetsXmlFile

        public static java.lang.String getModuleWidgetsXmlFile​(java.lang.String extensionName)