org.pentaho.reporting.engine.classic.core.modules.parser.base.compat
Class CompatibilityMapperUtil

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.base.compat.CompatibilityMapperUtil

public class CompatibilityMapperUtil
extends Object

Todo: Document Me

Author:
Thomas Morgner

Method Summary
static String mapClassName(String className)
           
static String mapConfigurationKey(String key)
           
static String mapConfigurationValue(String key, String mappedKey, String value)
           
static String mapExpressionProperty(String expressionName, String mappedExpression, String propertyName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapClassName

public static String mapClassName(String className)

mapConfigurationKey

public static String mapConfigurationKey(String key)

mapConfigurationValue

public static String mapConfigurationValue(String key,
                                           String mappedKey,
                                           String value)

mapExpressionProperty

public static String mapExpressionProperty(String expressionName,
                                           String mappedExpression,
                                           String propertyName)