de.bsvrz.pua.prot.interpreter.prettyprint
Class PrettyPrinter

java.lang.Object
  extended by de.bsvrz.pua.prot.interpreter.prettyprint.PrettyPrinter

public class PrettyPrinter
extends java.lang.Object

Führt eine automatische Formatierung von Skripten durch.

Version:
$Revision: 1.3 $ / $Date: 2008/05/30 15:14:02 $ / ($Author: martinh $)
Author:
beck et al. projects GmbH, Yvonne Sunke

Constructor Summary
PrettyPrinter()
           
 
Method Summary
static java.lang.String prettyPrint(java.lang.String source)
          Formatiert den übergebenen Text wie in TAnf beschrieben.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrinter

public PrettyPrinter()
Method Detail

prettyPrint

public static java.lang.String prettyPrint(java.lang.String source)
Formatiert den übergebenen Text wie in TAnf beschrieben.

Parameters:
source - Original Text.
Returns:
Frisch umformatierten Text.


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.