com.jxml.quick.config
Class Eval

java.lang.Object
  |
  +--com.jxml.quick.config.Eval
All Implemented Interfaces:
Item

public class Eval
extends Object
implements Item


Field Summary
 String evalClass
           
 
Constructor Summary
Eval()
           
 
Method Summary
 void eval(Map properties, List args, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evalClass

public String evalClass
Constructor Detail

Eval

public Eval()
Method Detail

eval

public void eval(Map properties,
                 List args,
                 ClassLoader cl)
          throws Exception
Specified by:
eval in interface Item