Пример #1
0
 private void setInfo() throws IOException {
   if (branding != null && provider != null) {
     setVersion();
     setTitle();
     this.productImage = getBase64(branding.getProductImage());
     this.favicon = getBase64(branding.getFavIcon());
   }
 }