com.atlassian.confluence.importexport.impl.moinmoin
Class MoinMoinContentCleaner

java.lang.Object
  extended bycom.atlassian.confluence.importexport.impl.moinmoin.MoinMoinContentCleaner

public class MoinMoinContentCleaner
extends Object

Content-cleaner for MoinMoin. Converts MoinMoin-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
MoinMoinContentCleaner()
           
 
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

MoinMoinContentCleaner

public MoinMoinContentCleaner()
Method Detail

clean

public String clean(String input)


Confluence is developed by Atlassian.