Package de.hybris.bootstrap.config
Class CoreExtensionModule
java.lang.Object
de.hybris.bootstrap.config.AbstractExtensionModule
de.hybris.bootstrap.config.CoreExtensionModule
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetGenerate(boolean generate) voidsetGeneratePartOf(boolean generatePartOf) voidsetManager(String manager) voidsetPackageRoot(String packageroot) Methods inherited from class de.hybris.bootstrap.config.AbstractExtensionModule
getAdditionalClassPath, getName, isSourceAvailable, setAdditionalClassPath, setName, setSourceAvailable
-
Constructor Details
-
CoreExtensionModule
public CoreExtensionModule()Creates an object with the name 'core'
-
-
Method Details
-
getManager
-
setManager
-
getPackageRoot
-
setPackageRoot
-
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
-