Interface AspspProfileConvertService
-
public interface AspspProfileConvertService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconvertProfile(OldProfileConfiguration profile)Converts old profile configuration into new one in yaml format
-
-
-
Method Detail
-
convertProfile
String convertProfile(OldProfileConfiguration profile)
Converts old profile configuration into new one in yaml format- Parameters:
profile- old profile configuration- Returns:
- converted profile configuration in yaml format
-
-