org.hudsonci.maven.model
Class PropertiesDTOHelper

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

public class PropertiesDTOHelper
extends Object

Helper for PropertiesDTO.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
PropertiesDTOHelper()
           
 
Method Summary
static boolean contains(PropertiesDTO source, Object name)
           
static
<K,V> PropertiesDTO.Entry
convert(Map.Entry<K,V> source)
           
static
<K,V> PropertiesDTO
convert(Map<K,V> source)
           
static String get(PropertiesDTO source, Object name)
           
static void set(PropertiesDTO source, Object name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDTOHelper

public PropertiesDTOHelper()
Method Detail

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.