Package com.xwiki.confluencepro
Class MigrationExtraDetails
- java.lang.Object
-
- com.xwiki.confluencepro.MigrationExtraDetails
-
@Component(roles=MigrationExtraDetails.class) @Singleton @Unstable public class MigrationExtraDetails extends Object
Handles the computation of extra details of the migration.- Since:
- 1.34.5
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description MigrationExtraDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringidentifyDependencyVersions()Identifies the versions of the extensions that are listed in the configs.StringidentifyLicenseType()
-
-
-
Method Detail
-
identifyDependencyVersions
public String identifyDependencyVersions() throws com.fasterxml.jackson.core.JsonProcessingException
Identifies the versions of the extensions that are listed in the configs.- Returns:
- a json with all the extensions and their version.
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
identifyLicenseType
public String identifyLicenseType()
- Returns:
- the type of license.
-
-