All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.bliki.wiki.filter.PlainTextConvertable Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.filter;

import info.bliki.wiki.model.IWikiModel;

import java.io.IOException;

public interface PlainTextConvertable {
    void renderPlainText(ITextConverter converter, Appendable buf, IWikiModel wikiModel) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy