public class DdfBrandingPlugin extends Object implements BrandingPlugin
| Constructor and Description |
|---|
DdfBrandingPlugin(String brandingPropertiesFilePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64FavIcon() |
String |
getBase64ProductImage() |
String |
getBase64VendorImage() |
String |
getFavIcon() |
String |
getProductImage() |
String |
getProductName() |
String |
getProductURL() |
String |
getVendorImage() |
String |
getVendorName() |
String |
getVendorURL() |
void |
init() |
public DdfBrandingPlugin(String brandingPropertiesFilePath)
public void init()
public String getProductName()
getProductName in interface BrandingPluginpublic String getProductURL()
getProductURL in interface BrandingPluginpublic String getProductImage()
getProductImage in interface BrandingPluginpublic String getBase64ProductImage() throws IOException
getBase64ProductImage in interface BrandingPluginIOExceptionpublic String getVendorName()
getVendorName in interface BrandingPluginpublic String getVendorURL()
getVendorURL in interface BrandingPluginpublic String getVendorImage()
getVendorImage in interface BrandingPluginpublic String getBase64VendorImage() throws IOException
getBase64VendorImage in interface BrandingPluginIOExceptionpublic String getFavIcon()
getFavIcon in interface BrandingPluginpublic String getBase64FavIcon() throws IOException
getBase64FavIcon in interface BrandingPluginIOExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.