org.codehaus.mojo.cruisecontrol
Class WriterUtil

java.lang.Object
  extended by org.codehaus.mojo.cruisecontrol.WriterUtil

public class WriterUtil
extends Object

Helper class for xml writer

Author:
Kaare Nilsen

Constructor Summary
WriterUtil()
           
 
Method Summary
static void addIfNotNull(org.codehaus.plexus.util.xml.XMLWriter writer, String key, int value)
           
static void addIfNotNull(org.codehaus.plexus.util.xml.XMLWriter writer, String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterUtil

public WriterUtil()
Method Detail

addIfNotNull

public static void addIfNotNull(org.codehaus.plexus.util.xml.XMLWriter writer,
                                String key,
                                int value)

addIfNotNull

public static void addIfNotNull(org.codehaus.plexus.util.xml.XMLWriter writer,
                                String key,
                                String value)


Copyright © 2006-2011 Codehaus. All Rights Reserved.