com.atlassian.confluence.importexport.impl.snipsnap
Class ContentCleaner

java.lang.Object
  extended by 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.


Constructor Summary
ContentCleaner()
           
 
Method Summary
 String clean(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentCleaner

public ContentCleaner()
Method Detail

clean

public String clean(String input)


Copyright © 2003-2010 Atlassian. All Rights Reserved.