org.opoo.press.converter
类 IdentityConverter

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

public class IdentityConverter
extends Object
implements Converter

作者:
Alex Lin

字段摘要
 
从接口 org.opoo.press.Ordered 继承的字段
COMPARATOR
 
构造方法摘要
IdentityConverter()
           
 
方法摘要
 String convert(String content)
          Convert the content.
 int getOrder()
           
 String getOutputFileExtension(Source src)
          The converted content filename extension, must start with a '
 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
 

构造方法详细信息

IdentityConverter

public IdentityConverter()
方法详细信息

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 String convert(String content)
从接口 Converter 复制的描述
Convert the content.

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

getOutputFileExtension

public 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.