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| 构造器和说明 |
|---|
AbstractWikiTextConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
convert(String content)
Convert the content.
|
protected abstract String[] |
getInputFileExtensions() |
protected abstract org.eclipse.mylyn.wikitext.core.parser.MarkupParser |
getMarkupParser()
Return the MarkupParser instance.
|
String |
getOutputFileExtension(Source src)
The converted content filename extension, must start with a '
|
boolean |
matches(Source src)
Determine this converter matches the specified source.
|
protected abstract org.eclipse.mylyn.wikitext.core.parser.MarkupParser getMarkupParser()
public String getOutputFileExtension(Source src)
ConvertergetOutputFileExtension 在接口中 Converterpublic boolean matches(Source src)
Converterprotected abstract String[] getInputFileExtensions()
Copyright © 2014 Opoo.org. All Rights Reserved.