Class RestoreConfig

    • Constructor Detail

      • RestoreConfig

        public RestoreConfig()
        Empty constructor. Initializes all fileds by default.
    • Method Detail

      • getFileName

        @NotNull
        public String getFileName()
        The path and name of an existent backup file to restore data from. Optionally without '.zip' extension.
        Specified by:
        getFileName in class OperationConfig
        Returns:
        the name of backup file.
      • isPre81Import

        public boolean isPre81Import()
      • setPre81Import

        public void setPre81Import​(boolean pre81Import)
      • isMissingOnly

        public boolean isMissingOnly()
      • setMissingOnly

        public void setMissingOnly​(boolean missingOnly)
      • setToRestoreDatabasePropertiesFile

        public void setToRestoreDatabasePropertiesFile​(boolean toRestoreDatabasePropertiesFile)
        Should restore also the 'database.properties' file if one exists.
        Parameters:
        toRestoreDatabasePropertiesFile - restore it.
        See Also:
        DatabasePropertiesFile.DATABASE_PROPERTIES_FILE_NAME