com.atlassian.confluence.importexport.impl.snipsnap
Class ContentCleaner
java.lang.Object
com.atlassian.confluence.importexport.impl.snipsnap.ContentCleaner
public class ContentCleaner
- extends Object
Content-cleaner for SnipSnap. Converts SnipSnap-style markup in imported content into the equivalent Confluence/Textile
markup.
Right now, just keeps a bunch of regexps to apply to the content one after the other, although obviously there's room to grow.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentCleaner
public ContentCleaner()
clean
public String clean(String input)