package com.cedricblondeau.webpage2html.transformers.assets; public interface Transformer { public String getBase64(); }