public interface OtclEngine
| Modifier and Type | Method and Description |
|---|---|
void |
compileOtcl()
Compile otcl.
|
void |
compileSourceCode()
Compile source code.
|
<T,S> T |
executeOtcl(String otclNamespace,
Class<T> targetClz,
Map<String,Object> data)
Execute otcl.
|
<T,S> T |
executeOtcl(String otclNamespace,
S source,
Class<T> targetClz,
Map<String,Object> data)
Execute otcl.
|
void |
register()
Register.
|
void compileOtcl()
void compileSourceCode()
void register()
<T,S> T executeOtcl(String otclNamespace, Class<T> targetClz, Map<String,Object> data)
T - the generic typeS - the generic typeotclNamespace - the otcl namespacetargetClz - the target clzdata - the data<T,S> T executeOtcl(String otclNamespace, S source, Class<T> targetClz, Map<String,Object> data)
T - the generic typeS - the generic typeotclNamespace - the otcl namespacesource - the sourcetargetClz - the target clzdata - the dataCopyright © 2021. All rights reserved.