org.hudsonci.maven.model
Class PropertiesDTOHelper
java.lang.Object
org.hudsonci.maven.model.PropertiesDTOHelper
public class PropertiesDTOHelper
- extends Object
Helper for PropertiesDTO.
- 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 |
PropertiesDTOHelper
public PropertiesDTOHelper()
set
public static void set(PropertiesDTO source,
Object name,
Object value)
get
public static String get(PropertiesDTO source,
Object name)
contains
public static boolean contains(PropertiesDTO source,
Object name)
convert
public static <K,V> PropertiesDTO convert(Map<K,V> source)
convert
public static <K,V> PropertiesDTO.Entry convert(Map.Entry<K,V> source)
Copyright © 2004-2011 Hudson. All Rights Reserved.