org.whitesource.teamcity.common
Class WssUtils

java.lang.Object
  extended by org.whitesource.teamcity.common.WssUtils

public final class WssUtils
extends Object

Class to hold common utility helper methods.

Author:
Edo.Shor

Constructor Summary
WssUtils()
           
 
Method Summary
static boolean isMavenRunType(String runType)
           
static String logMsg(String component, String msg)
           
static List<String> splitParameters(String paramList)
           
static Map<String,String> splitParametersMap(String paramList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WssUtils

public WssUtils()
Method Detail

logMsg

public static String logMsg(String component,
                            String msg)

isMavenRunType

public static boolean isMavenRunType(String runType)

splitParameters

public static List<String> splitParameters(String paramList)

splitParametersMap

public static Map<String,String> splitParametersMap(String paramList)


Copyright © 2012 White Source. All Rights Reserved.