Package com.nomagic.magicdraw.rebranding
Class RebrandingConfigurator
- java.lang.Object
-
- com.nomagic.magicdraw.rebranding.RebrandingConfigurator
-
@OpenApiAll public class RebrandingConfigurator extends java.lang.Object
Configures given info with rebranded product info.
-
-
Constructor Summary
Constructors Constructor Description RebrandingConfigurator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
configureWithProductName(java.lang.String data)
In given data is replaced with product name.static java.lang.String
getProductName()
Gets product name.
-
-
-
Method Detail
-
getProductName
public static java.lang.String getProductName()
Gets product name.- Returns:
- product name.
-
configureWithProductName
public static java.lang.String configureWithProductName(java.lang.String data)
In given data is replaced with product name.- Parameters:
data
- data which is checked.- Returns:
- configured data.
-
-