org.opoo.press.converter
类 IdentityConverter
java.lang.Object
org.opoo.press.converter.IdentityConverter
- 所有已实现的接口:
- Converter, Ordered
public class IdentityConverter
- extends Object
- implements Converter
- 作者:
- Alex Lin
| 从类 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-2014 Opoo.org. All Rights Reserved.