org.hudsonci.maven.model
Class ModelUtil
java.lang.Object
org.hudsonci.maven.model.ModelUtil
public class ModelUtil
- extends Object
Various model utilities.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelUtil
public ModelUtil()
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.