|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.schmant.arg.EvalProducer
@Deprecated public class EvalProducer
From Schmant 1.1, this is just an exception-throwing placeholder for the old
EvalProducer class. Use a closure instead.
| 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 |
|---|
@Deprecated public EvalProducer(String script)
@Deprecated
public EvalProducer(String script,
Map<String,?> variables)
@Deprecated public EvalProducer(Object scriptSource)
@Deprecated
public EvalProducer(Object scriptSource,
Map<String,?> variables)
@Deprecated
public EvalProducer(Object scriptSource,
Map<String,?> variables,
Charset cs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||