Class AllianceBrandingPlugin

java.lang.Object
org.codice.alliance.distribution.branding.AllianceBrandingPlugin
All Implemented Interfaces:
org.codice.ddf.branding.BrandingPlugin

public class AllianceBrandingPlugin extends Object implements org.codice.ddf.branding.BrandingPlugin
  • Constructor Details

    • AllianceBrandingPlugin

      public AllianceBrandingPlugin(String brandingPropertiesFilePath)
  • Method Details

    • init

      public void init()
    • getFavIcon

      public String getFavIcon()
      Specified by:
      getFavIcon in interface org.codice.ddf.branding.BrandingPlugin
    • getProductImage

      public String getProductImage()
      Specified by:
      getProductImage in interface org.codice.ddf.branding.BrandingPlugin
    • getProductName

      public String getProductName()
      Specified by:
      getProductName in interface org.codice.ddf.branding.BrandingPlugin
    • getProductURL

      public String getProductURL()
      Specified by:
      getProductURL in interface org.codice.ddf.branding.BrandingPlugin
    • getVendorImage

      public String getVendorImage()
      Specified by:
      getVendorImage in interface org.codice.ddf.branding.BrandingPlugin
    • getVendorName

      public String getVendorName()
      Specified by:
      getVendorName in interface org.codice.ddf.branding.BrandingPlugin
    • getVendorURL

      public String getVendorURL()
      Specified by:
      getVendorURL in interface org.codice.ddf.branding.BrandingPlugin
    • getBase64VendorImage

      public String getBase64VendorImage() throws IOException
      Specified by:
      getBase64VendorImage in interface org.codice.ddf.branding.BrandingPlugin
      Throws:
      IOException
    • getBase64FavIcon

      public String getBase64FavIcon() throws IOException
      Specified by:
      getBase64FavIcon in interface org.codice.ddf.branding.BrandingPlugin
      Throws:
      IOException
    • getBase64ProductImage

      public String getBase64ProductImage() throws IOException
      Specified by:
      getBase64ProductImage in interface org.codice.ddf.branding.BrandingPlugin
      Throws:
      IOException