antsnest.io
Class AntBuildFileBeautifier

java.lang.Object
  extended by antsnest.io.AntBuildFileBeautifier

public class AntBuildFileBeautifier
extends Object

A beautifier that styles an Ant build file

Author:
Chris Clohosy

Constructor Summary
AntBuildFileBeautifier()
           
 
Method Summary
 String makeBeautiful(String buildFile)
          Takes an Ant build file in the form of a string and styles it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBuildFileBeautifier

public AntBuildFileBeautifier()
Method Detail

makeBeautiful

public String makeBeautiful(String buildFile)
Takes an Ant build file in the form of a string and styles it

Parameters:
buildFile - the original build file as a string
Returns:
a String, the styled build file