bootstrap
Class PostProcessor

java.lang.Object
  extended by bootstrap.PostProcessor

public class PostProcessor
extends java.lang.Object


Field Summary
protected  java.util.regex.Pattern _codePattern
           
 
Constructor Summary
PostProcessor()
           
 
Method Summary
protected  java.util.regex.Pattern getCodePattern()
           
 java.lang.String postProcess(java.lang.CharSequence it)
           
protected  java.lang.String unindentCodeBlocks(java.lang.CharSequence it)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_codePattern

protected java.util.regex.Pattern _codePattern
Constructor Detail

PostProcessor

public PostProcessor()
Method Detail

getCodePattern

protected java.util.regex.Pattern getCodePattern()

unindentCodeBlocks

protected java.lang.String unindentCodeBlocks(java.lang.CharSequence it)

postProcess

public java.lang.String postProcess(java.lang.CharSequence it)