Class BeautifulInitializationData


  • public class BeautifulInitializationData
    extends java.lang.Object
    • Constructor Detail

      • BeautifulInitializationData

        public BeautifulInitializationData()
    • Method Detail

      • getParametersAsStringMap

        public java.util.Map<java.lang.String,​java.lang.String[]> getParametersAsStringMap()
      • getDropTables

        public java.lang.Boolean getDropTables()
        Returns:
        the dropTables
      • setDropTables

        public void setDropTables​(java.lang.Boolean dropTables)
        Parameters:
        dropTables - the dropTables to set
      • getClearHMC

        public java.lang.Boolean getClearHMC()
        Returns:
        the clearHMC
      • setClearHMC

        public void setClearHMC​(java.lang.Boolean clearHMC)
        Parameters:
        clearHMC - the clearHMC to set
      • getCreateEssentialData

        public java.lang.Boolean getCreateEssentialData()
        Returns:
        the createEssentialData
      • setCreateEssentialData

        public void setCreateEssentialData​(java.lang.Boolean createEssentialData)
        Parameters:
        createEssentialData - the createEssentialData to set
      • getCreateProjectData

        public java.lang.Boolean getCreateProjectData()
        Returns:
        the createProjectData
      • setCreateProjectData

        public void setCreateProjectData​(java.lang.Boolean createProjectData)
        Sets if init/update should create all project data. If set to true, more specific options from allParameters won't be taken into account
        Parameters:
        createProjectData - the createProjectData to set
      • getLocalizeTypes

        public java.lang.Boolean getLocalizeTypes()
        Returns:
        the localizeTypes
      • setLocalizeTypes

        public void setLocalizeTypes​(java.lang.Boolean localizeTypes)
        Parameters:
        localizeTypes - the localizeTypes to set
      • getAllParameters

        public java.util.Map<java.lang.String,​java.lang.Object> getAllParameters()
        Returns:
        the allParameters
      • setAllParameters

        public void setAllParameters​(java.util.Map<java.lang.String,​java.lang.Object> allParameters)
        Parameters:
        allParameters - the allParameters to set
      • setPatches

        public void setPatches​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> patches)