org.kuali.kfs.module.external.kc.util
Class GlobalVariablesExtractHelper

java.lang.Object
  extended by org.kuali.kfs.module.external.kc.util.GlobalVariablesExtractHelper

public class GlobalVariablesExtractHelper
extends Object

This class will help extract the error messages from GlobalVariables object and creates a list of string.


Constructor Summary
GlobalVariablesExtractHelper()
           
 
Method Summary
static List<String> extractGlobalVariableErrors()
           
static void insertError(String message, String param)
          Extracts errors for error report writing.
static String replaceTokens(String line, String... replacements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalVariablesExtractHelper

public GlobalVariablesExtractHelper()
Method Detail

insertError

public static void insertError(String message,
                               String param)
Extracts errors for error report writing.


extractGlobalVariableErrors

public static List<String> extractGlobalVariableErrors()

replaceTokens

public static String replaceTokens(String line,
                                   String... replacements)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.