antsnest.io
Class AntBuildFileBeautifier
java.lang.Object
antsnest.io.AntBuildFileBeautifier
public class AntBuildFileBeautifier
- extends Object
A beautifier that styles an Ant build file
- Author:
- Chris Clohosy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntBuildFileBeautifier
public AntBuildFileBeautifier()
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