public abstract class AbstractWikiTextConverter extends Object implements Converter
http://wiki.eclipse.org/Mylyn/WikiText,
http://help.eclipse.org/juno/topic/org.eclipse.mylyn.wikitext.help.ui/help/devguide/Using-The-WikiText-Parser.htmlCOMPARATOR| Constructor and Description |
|---|
AbstractWikiTextConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String content) |
protected abstract String[] |
getInputFileExtensions() |
protected abstract org.eclipse.mylyn.wikitext.core.parser.MarkupParser |
getMarkupParser()
Return the MarkupParser instance.
|
String |
getOutputFileExtension(Source src) |
boolean |
matches(Source src) |
protected abstract org.eclipse.mylyn.wikitext.core.parser.MarkupParser getMarkupParser()
public String getOutputFileExtension(Source src)
getOutputFileExtension in interface Converterprotected abstract String[] getInputFileExtensions()
Copyright © 2014-2015 Opoo.org. All Rights Reserved.