@OpenApiAll
public class RebrandingConfigurator
extends java.lang.Object
| Constructor and Description |
|---|
RebrandingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
configureWithProductName(java.lang.String data)
In given data
ApplicationConstants.MAGICDRAW is replaced with product name. |
static java.lang.String |
getProductName()
Gets product name
ApplicationConstants.MAGICDRAW. |
@Nonnull public static java.lang.String getProductName()
ApplicationConstants.MAGICDRAW.@CheckForNull
public static java.lang.String configureWithProductName(@CheckForNull
java.lang.String data)
ApplicationConstants.MAGICDRAW is replaced with product name.data - data which is checked.