Interface ContentFactory<T extends ContentMeta>


  • public interface ContentFactory<T extends ContentMeta>
    ContentFactory can create an appropriate ContentMeta subtype
    Since:
    2014-02-19
    • Method Detail

      • create

        T create​(HasInputStream source,
                 java.util.Map<java.lang.String,​java.lang.String> meta)