org.mule.tools.automationtestcoverage.utils
Class Utils

java.lang.Object
  extended by org.mule.tools.automationtestcoverage.utils.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static String getProjectPath(ProcessingEnvironment processingEnv)
           
static String getRelativePath(String projectPath, String filePath)
           
static void throwError(Messager messager, String errorMsg)
           
static String transformCamelCaseToXmlName(String camelName)
           
static String transformGeneratePathToProjectPath(String generatePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

transformCamelCaseToXmlName

public static String transformCamelCaseToXmlName(String camelName)

transformGeneratePathToProjectPath

public static String transformGeneratePathToProjectPath(String generatePath)

throwError

public static void throwError(Messager messager,
                              String errorMsg)

getProjectPath

public static String getProjectPath(ProcessingEnvironment processingEnv)

getRelativePath

public static String getRelativePath(String projectPath,
                                     String filePath)


Copyright © 2014. All rights reserved.