Class AbstractImportPatchAction
java.lang.Object
de.hybris.platform.patches.actions.AbstractImportPatchAction
- Direct Known Subclasses:
ImportPatchAction
This class contains some less complex methods in order to make inheriting classes smaller.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBasePath(Patch patch) Create base path that is common for all impexes, in example:
/patchesdemo/releases/release01/patch_01_00protected StringgetPatchPath(Patch patch) Create part of file path to impexes.
In example:
/patchprotected StringgetReleasePath(Release release) Create part of file path to impexes.
In example:
/release01voidsetConfigurationService(ConfigurationService configurationService) voidsetExtensionPath(String extensionPath) voidsetGlobalPath(String globalPath) voidsetPatchPath(String patchPath) voidsetReleasePath(String releasePath) voidsetReleasesPath(String releasesPath)
-
Field Details
-
configurationService
-
globalPath
-
releasePath
-
releasesPath
-
patchPath
-
extensionPath
-
-
Constructor Details
-
AbstractImportPatchAction
public AbstractImportPatchAction()
-
-
Method Details
-
getBasePath
Create base path that is common for all impexes, in example:
/patchesdemo/releases/release01/patch_01_00- Parameters:
patch-Patch- Returns:
- part of path
- See Also:
-
getReleasePath
Create part of file path to impexes.
In example:
/release01- Parameters:
release-Release- Returns:
- file path to release folder for impexes
-
getPatchPath
Create part of file path to impexes.
In example:
/patch- Parameters:
patch-Patch- Returns:
- file path to patch folder for impexes
-
getReleasePath
-
setReleasePath
-
getPatchPath
-
setPatchPath
-
getGlobalPath
-
setGlobalPath
-
getExtensionPath
-
setExtensionPath
-
getReleasesPath
-
setReleasesPath
-
getConfigurationService
-
setConfigurationService
-