Class AbstractImportPatchAction

  • Direct Known Subclasses:
    ImportPatchAction

    public abstract class AbstractImportPatchAction
    extends java.lang.Object
    This class contains some less complex methods in order to make inheriting classes smaller.
    • Field Detail

      • globalPath

        protected java.lang.String globalPath
      • releasePath

        protected java.lang.String releasePath
      • releasesPath

        protected java.lang.String releasesPath
      • patchPath

        protected java.lang.String patchPath
      • extensionPath

        protected java.lang.String extensionPath
    • Constructor Detail

      • AbstractImportPatchAction

        public AbstractImportPatchAction()
    • Method Detail

      • getBasePath

        protected java.lang.String getBasePath​(Patch patch)
        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:
        getGlobalPath()
      • getReleasePath

        protected java.lang.String getReleasePath​(Release release)
        Create part of file path to impexes.
        In example:
        /release01
        Parameters:
        release - Release
        Returns:
        file path to release folder for impexes
      • getPatchPath

        protected java.lang.String getPatchPath​(Patch patch)
        Create part of file path to impexes.
        In example:
        /patch
        Parameters:
        patch - Patch
        Returns:
        file path to patch folder for impexes
      • getReleasePath

        public java.lang.String getReleasePath()
      • setReleasePath

        public void setReleasePath​(java.lang.String releasePath)
      • getPatchPath

        public java.lang.String getPatchPath()
      • setPatchPath

        public void setPatchPath​(java.lang.String patchPath)
      • getGlobalPath

        public java.lang.String getGlobalPath()
      • setGlobalPath

        public void setGlobalPath​(java.lang.String globalPath)
      • getExtensionPath

        public java.lang.String getExtensionPath()
      • setExtensionPath

        public void setExtensionPath​(java.lang.String extensionPath)
      • getReleasesPath

        public java.lang.String getReleasesPath()
      • setReleasesPath

        public void setReleasesPath​(java.lang.String releasesPath)
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)