Uses of Interface
com.atlassian.confluence.upgrade.recovery.RecoveryFileGenerator
-
Packages that use RecoveryFileGenerator Package Description com.atlassian.confluence.upgrade.impl com.atlassian.confluence.upgrade.recovery -
-
Uses of RecoveryFileGenerator in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl with parameters of type RecoveryFileGenerator Modifier and Type Method Description voidDefaultUpgradeManager. setRecoveryFileGenerator(RecoveryFileGenerator recoveryFileGenerator) -
Uses of RecoveryFileGenerator in com.atlassian.confluence.upgrade.recovery
Classes in com.atlassian.confluence.upgrade.recovery that implement RecoveryFileGenerator Modifier and Type Class Description classDefaultRecoveryFileGeneratorThis class uses DB Exporter library to create an upgrade recovery file.
-