org.abstracthorizon.extend.repository.maven.pom
Class ToStringHelper

java.lang.Object
  extended by org.abstracthorizon.extend.repository.maven.pom.ToStringHelper

public class ToStringHelper
extends Object


Constructor Summary
ToStringHelper()
           
 
Method Summary
static void closeTag(String name, StringBuffer buf, int indent)
           
static String indent(int i)
           
static void indent(StringBuffer buf, int indent)
           
static void openTag(String name, StringBuffer buf, int indent)
           
static void valueTag(String name, String value, StringBuffer buf, int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToStringHelper

public ToStringHelper()
Method Detail

indent

public static String indent(int i)

indent

public static void indent(StringBuffer buf,
                          int indent)

openTag

public static void openTag(String name,
                           StringBuffer buf,
                           int indent)

closeTag

public static void closeTag(String name,
                            StringBuffer buf,
                            int indent)

valueTag

public static void valueTag(String name,
                            String value,
                            StringBuffer buf,
                            int indent)


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.