public class Executor extends com.github.kayjamlang.core.provider.MainExpressionProvider<java.lang.Object,Context,MainContext>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Executor.UseGetFile |
| Constructor and Description |
|---|
Executor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLibrary(Library library) |
java.lang.Object |
execute(com.github.kayjamlang.core.containers.Container container) |
java.lang.Object |
execute(java.lang.String code) |
Executor |
setUseGetFileListener(Executor.UseGetFile useGetFileListener) |
public void addLibrary(Library library)
public java.lang.Object execute(java.lang.String code)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object execute(com.github.kayjamlang.core.containers.Container container)
throws java.lang.Exception
java.lang.Exceptionpublic Executor setUseGetFileListener(Executor.UseGetFile useGetFileListener)