org.hudsonci.maven.model
Class ModelUtil

java.lang.Object
  extended by org.hudsonci.maven.model.ModelUtil

public class ModelUtil
extends Object

Various model utilities.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
ModelUtil()
           
 
Method Summary
static boolean isEmpty(String value)
           
static boolean isSet(Boolean value)
           
static List<String> parseList(String source)
           
static PropertiesDTO parseProperties(String source)
           
static PropertiesDTO parsePropertyOptions(String source)
           
static String renderList(List<String> source)
           
static String renderProperties(PropertiesDTO source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelUtil

public ModelUtil()
Method Detail

isEmpty

public static boolean isEmpty(String value)

isSet

public static boolean isSet(Boolean value)

renderProperties

public static String renderProperties(PropertiesDTO source)

parseProperties

public static PropertiesDTO parseProperties(String source)

parsePropertyOptions

public static PropertiesDTO parsePropertyOptions(String source)

renderList

public static String renderList(List<String> source)

parseList

public static List<String> parseList(String source)


Copyright © 2004-2011 Hudson. All Rights Reserved.