Class ManifestExtensionsResolver
java.lang.Object
mpern.sap.commerce.ccv2.validation.impl.ManifestExtensionsResolver
- All Implemented Interfaces:
ExtensionsResolver
Resolves extension information from the build manifest, using the information
from the de.hybris.bootstrap.config.PlatformConfig and
de.hybris.bootstrap.config.ExtensionInfo.
-
Nested Class Summary
Nested classes/interfaces inherited from interface mpern.sap.commerce.ccv2.validation.ExtensionsResolver
ExtensionsResolver.Result -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineEffectiveExtensions(Manifest manifest) Resolves the detailed information about the extensions configured in the manifest.listAllConfiguredExtensions(Manifest manifest) Gets the names of the configured extensions from the manifest.
-
Field Details
-
CLOUD_ONLY_EXTENSIONS
-
-
Constructor Details
-
ManifestExtensionsResolver
-
-
Method Details
-
determineEffectiveExtensions
Description copied from interface:ExtensionsResolverResolves the detailed information about the extensions configured in the manifest.- Specified by:
determineEffectiveExtensionsin interfaceExtensionsResolver- Parameters:
manifest- the manifest being used- Returns:
- the operation result
-
listAllConfiguredExtensions
Description copied from interface:ExtensionsResolverGets the names of the configured extensions from the manifest.- Specified by:
listAllConfiguredExtensionsin interfaceExtensionsResolver- Parameters:
manifest- the manifest to get the information from- Returns:
- first element in tuple is the set of extension names that are configured, second element contains the list of locations from where the extension names are obtained
-