Class HMCExtensionModule

java.lang.Object
de.hybris.bootstrap.config.AbstractExtensionModule
de.hybris.bootstrap.config.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 Details

    • HMCExtensionModule

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

    • getExtensionClassName

      public String getExtensionClassName()
    • setExtensionClassName

      public void setExtensionClassName(String extensionclassname)