org.tinyjee.maven.dim.utils
Class ClassUtils

java.lang.Object
  extended by org.tinyjee.maven.dim.utils.ClassUtils

public class ClassUtils
extends Object

TODO: Describe Class

Author:
Juergen_Kellerer, 2011-10-23

Method Summary
static Object invoke(Stack<String> callStack)
           
static Stack<String> parseCallStack(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseCallStack

public static Stack<String> parseCallStack(String expression)

invoke

public static Object invoke(Stack<String> callStack)