org.opoo.press.converter
类 TxtmarkMarkdownConverter

java.lang.Object
  继承者 org.opoo.press.converter.TxtmarkMarkdownConverter
所有已实现的接口:
Converter, Initializable, Ordered

public class TxtmarkMarkdownConverter
extends java.lang.Object
implements Converter, Initializable

A txtmark implemented converter.

作者:
Alex Lin

字段摘要
 
从接口 org.opoo.press.Ordered 继承的字段
COMPARATOR
 
构造方法摘要
TxtmarkMarkdownConverter()
           
 
方法摘要
 java.lang.String convert(java.lang.String content)
          Convert the content.
 int getOrder()
           
 java.lang.String getOutputFileExtension(Source src)
          The converted content filename extension, must start with a '
 void initialize(Site site)
           
 boolean matches(Source src)
          Determine this converter matches the specified source.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TxtmarkMarkdownConverter

public TxtmarkMarkdownConverter()
方法详细信息

initialize

public void initialize(Site site)
指定者:
接口 Initializable 中的 initialize

getOrder

public int getOrder()
指定者:
接口 Ordered 中的 getOrder

matches

public boolean matches(Source src)
从接口 Converter 复制的描述
Determine this converter matches the specified source.

指定者:
接口 Converter 中的 matches
返回:
return true if matched

convert

public java.lang.String convert(java.lang.String content)
从接口 Converter 复制的描述
Convert the content.

指定者:
接口 Converter 中的 convert
返回:
converted content

getOutputFileExtension

public java.lang.String getOutputFileExtension(Source src)
从接口 Converter 复制的描述
The converted content filename extension, must start with a '.', such as '.html'.

指定者:
接口 Converter 中的 getOutputFileExtension
返回:
file extension start with a '.'


Copyright © 2013 Opoo.org. All Rights Reserved.