Package org.codice.ddf.branding
Interface BrandingPlugin
public interface BrandingPlugin
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getProductName
String getProductName() -
getProductURL
String getProductURL() -
getProductImage
String getProductImage() -
getBase64ProductImage
- Throws:
IOException
-
getVendorName
String getVendorName() -
getVendorURL
String getVendorURL() -
getVendorImage
String getVendorImage() -
getBase64VendorImage
- Throws:
IOException
-
getFavIcon
String getFavIcon() -
getBase64FavIcon
- Throws:
IOException
-