com.atlassian.confluence.importexport.impl.snipsnap
Class AbstractConverter
java.lang.Object
com.atlassian.confluence.importexport.impl.snipsnap.AbstractConverter
- All Implemented Interfaces:
- ConfluenceConverter
- Direct Known Subclasses:
- BoldConverter, HeadingConverter, HorizontalLineConverter, ImageConverter, IncludeConverter, ItalicsConverter, LinkConverter, NumberedListConverter, StrikeThroughConverter, SubHeadingConverter, WeblogConverter
public abstract class AbstractConverter
- extends Object
- implements ConfluenceConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULTI_LINE_MATCH
public static final int MULTI_LINE_MATCH
- See Also:
- Constant Field Values
SINGLE_LINE_MATCH
public static final int SINGLE_LINE_MATCH
- See Also:
- Constant Field Values
AbstractConverter
public AbstractConverter(String regex,
String replaceWith,
int flags)
toConfluence
public String toConfluence(String originalForm)
- Specified by:
toConfluence
in interface ConfluenceConverter