| Package | Description |
|---|---|
| pro.fessional.meepo.poof | |
| pro.fessional.meepo.poof.impl | |
| pro.fessional.meepo.poof.impl.java | |
| pro.fessional.meepo.poof.impl.map | |
| pro.fessional.meepo.sack |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
RnaEngine.fork()
创建一个新的引擎。复制或共享父engine环境无要求。
一般的使用场景等同于new,可是new是关键词,还是3字母
|
static @NotNull RnaEngine |
RnaManager.getDefault() |
@NotNull RnaEngine |
RngChecker.getEngine(String type)
获得一个引擎
|
static @NotNull RnaEngine |
RnaManager.newEngine(String type)
返回一个新的引擎
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RnaManager.register(RnaEngine engine)
根据 engine的type注册
|
static void |
RnaManager.setDefault(@NotNull RnaEngine engine)
设置默认值,并注册引擎
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsEngine
ScriptEngineManager.getEngineByName("JavaScript");
执行js
|
class |
OsEngine
单线程简单的执行 exec (Runtime, ProcessBuilder);
|
class |
RawEngine
依次从context,System.getProperty 和System.getenv 取值
|
class |
UriEngine
以UTF8输出URI内容
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
JsEngine.fork() |
@NotNull RnaEngine |
OsEngine.fork() |
@NotNull RnaEngine |
UriEngine.fork() |
@NotNull RnaEngine |
RawEngine.fork() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEngine
编译java代码并执行
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
JavaEngine.fork() |
| Modifier and Type | Class and Description |
|---|---|
class |
MapEngine
依次从context,System.getProperty 和System.getenv 取值
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
MapEngine.fork() |
| Modifier and Type | Method and Description |
|---|---|
RnaEngine |
Acid.getEngine(String type) |
Copyright © 2020. All rights reserved.