Class RebrandingConfigurator


  • @OpenApiAll
    public class RebrandingConfigurator
    extends java.lang.Object
    Configures given info with rebranded product info.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RebrandingConfigurator

        public RebrandingConfigurator()
    • 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.