org.schmant.arg
Class EvalProducer

java.lang.Object
  extended by org.schmant.arg.EvalProducer

Deprecated.

@Deprecated
public class EvalProducer
extends Object

From Schmant 1.1, this is just an exception-throwing placeholder for the old EvalProducer class. Use a closure instead.

Since:
1.0
Author:
Karl Gustafsson

Constructor Summary
EvalProducer(Object scriptSource)
          Deprecated. Use a closure instead.
EvalProducer(Object scriptSource, Map<String,?> variables)
          Deprecated. Use a closure instead.
EvalProducer(Object scriptSource, Map<String,?> variables, Charset cs)
          Deprecated. Use a closure instead.
EvalProducer(String script)
          Deprecated. Use a closure instead.
EvalProducer(String script, Map<String,?> variables)
          Deprecated. Use a closure instead.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalProducer

@Deprecated
public EvalProducer(String script)
Deprecated. Use a closure instead.

This constructor throws an exception.


EvalProducer

@Deprecated
public EvalProducer(String script,
                               Map<String,?> variables)
Deprecated. Use a closure instead.

This constructor throws an exception.


EvalProducer

@Deprecated
public EvalProducer(Object scriptSource)
Deprecated. Use a closure instead.

This constructor throws an exception.


EvalProducer

@Deprecated
public EvalProducer(Object scriptSource,
                               Map<String,?> variables)
Deprecated. Use a closure instead.

This constructor throws an exception.


EvalProducer

@Deprecated
public EvalProducer(Object scriptSource,
                               Map<String,?> variables,
                               Charset cs)
Deprecated. Use a closure instead.

This constructor throws an exception.