Class HMCExtensionModule


  • public class HMCExtensionModule
    extends AbstractExtensionModule
    The hmc extension contains the sources for the hybris management console. E.g. all the sources you need to work with this extension in the hybris management console. The following attributes are additionally needed th the attributes of AbstractExtensionModule
    • String:extensionclassname - The full java qualified classpath of the main class for the hybris management console
    Attribute name is set to 'hmc'.
    • Constructor Detail

      • HMCExtensionModule

        public HMCExtensionModule()
        Creates an object with the name 'hmc'
    • Method Detail

      • getExtensionClassName

        public java.lang.String getExtensionClassName()
      • setExtensionClassName

        public void setExtensionClassName​(java.lang.String extensionclassname)