Interface InstallFragment

All Known Subinterfaces:
YamlInitialValuesFragment
All Known Implementing Classes:
AddContentReferenceSourceFksFragment, AddDmsFksFragment, AddForeignKeyIndexFragment, AddOrderColumnIndexFragment, BinaryFkFragment, CreateBusinessUnitFragment, CreateEntityFoldersFragment, FixCountersFragment, HistoryDataStoreFragment, InitialValuesStatusFragment, RenameDefaultLanguageColumns, ReportSynchronizerFragment, SchemaUpgradeFragment, UpgradeLanguageFragment, YamlInitialValuesFragmentImpl

public interface InstallFragment

An install fragment is part of a InstallationStep and encapsulates a single action that is run during install. Fragments may depend on each other which is specified when contribution a fragment to a step.

  • Method Summary

    Modifier and Type
    Method
    Description
    Executes this fragments install routine and returns a report.
  • Method Details

    • install

      Executes this fragments install routine and returns a report. This will affect all modules.
      Returns:
      a report for this install fragment