Class CoreExtensionModule

java.lang.Object
de.hybris.bootstrap.config.AbstractExtensionModule
de.hybris.bootstrap.config.CoreExtensionModule

public class CoreExtensionModule extends AbstractExtensionModule
The core extension contains the main sources of an extension. The following attributes are additionally needed th the attributes of AbstractExtensionModule
  • String:packageroot - The classpath which have all classes of this module in common
  • String:manager - The full qualified java classpath String of the manager of this module
  • boolean:generate - set this to 'true' if Generated*.java classes should be generated
Attribute "name" is set to 'core'.
  • Constructor Details

    • CoreExtensionModule

      public CoreExtensionModule()
      Creates an object with the name 'core'
  • Method Details

    • getManager

      public String getManager()
    • setManager

      public void setManager(String manager)
    • getPackageRoot

      public String getPackageRoot()
    • setPackageRoot

      public void setPackageRoot(String packageroot)
    • isGenerate

      public boolean isGenerate()
    • setGenerate

      public void setGenerate(boolean generate)
    • isGeneratePartOf

      public boolean isGeneratePartOf()
      Returns:
      the generatePartOf
    • setGeneratePartOf

      public void setGeneratePartOf(boolean generatePartOf)
      Parameters:
      generatePartOf - the generatePartOf to set