Package mpern.sap.commerce.ccv2.model
Class Manifest
java.lang.Object
mpern.sap.commerce.ccv2.model.Manifest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal booleanfinal List<ExtensionPack> final Stringfinal TestConfigurationfinal booleanfinal booleanfinal UseConfigfinal TestConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionManifest(String commerceSuiteVersion, String commerceSuitePreviewVersion, String solrVersion, boolean useCloudExtensionPack, boolean enableImageProcessingService, boolean troubleshootingModeEnabled, boolean disableImageReuse, UseConfig useConfig, List<ExtensionPack> extensionPacks, Set<String> extensions, List<Addon> storefrontAddons, List<Property> properties, List<Aspect> aspects, TestConfiguration tests, TestConfiguration webTests) -
Method Summary
-
Field Details
-
solrVersion
-
useCloudExtensionPack
public final boolean useCloudExtensionPack -
enableImageProcessingService
public final boolean enableImageProcessingService -
extensionPacks
-
troubleshootingModeEnabled
public final boolean troubleshootingModeEnabled -
disableImageReuse
public final boolean disableImageReuse -
useConfig
-
extensions
-
storefrontAddons
-
properties
-
aspects
-
tests
-
webTests
-
-
Constructor Details
-
Manifest
public Manifest(String commerceSuiteVersion, String commerceSuitePreviewVersion, String solrVersion, boolean useCloudExtensionPack, boolean enableImageProcessingService, boolean troubleshootingModeEnabled, boolean disableImageReuse, UseConfig useConfig, List<ExtensionPack> extensionPacks, Set<String> extensions, List<Addon> storefrontAddons, List<Property> properties, List<Aspect> aspects, TestConfiguration tests, TestConfiguration webTests)
-
-
Method Details
-
fromMap
-
getEffectiveVersion
-
getPreview
public boolean getPreview() -
isPreview
public boolean isPreview() -
getProperties
-