Package de.hybris.bootstrap.config
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 ofAbstractExtensionModule
- String:extensionclassname - The full java qualified classpath of the main class for the hybris management console
-
-
Constructor Summary
Constructors Constructor Description HMCExtensionModule()
Creates an object with the name 'hmc'
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExtensionClassName()
void
setExtensionClassName(java.lang.String extensionclassname)
-
Methods inherited from class de.hybris.bootstrap.config.AbstractExtensionModule
getAdditionalClassPath, getName, isSourceAvailable, setAdditionalClassPath, setName, setSourceAvailable
-
-