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