| 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()
Create a new engine.
|
static @NotNull RnaEngine |
RnaManager.getDefault() |
@NotNull RnaEngine |
RngChecker.getEngine(String type)
Get the engine by its type
|
static @NotNull RnaEngine |
RnaManager.newEngine(String type)
Create a new engine of type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RnaManager.register(RnaEngine engine)
Register an engine with its type
|
static void |
RnaManager.setDefault(@NotNull RnaEngine engine)
Set and register the default engine to handle unknown type
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsEngine
Deprecated.
java 11+ removed
|
class |
OsEngine
Exec (Runtime, ProcessBuilder) command line in single-thread
|
class |
RawEngine
Get the raw value of expression
|
class |
UriEngine
Output the URI in UTF8
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
OsEngine.fork() |
@NotNull RnaEngine |
UriEngine.fork() |
@NotNull RnaEngine |
JsEngine.fork()
Deprecated.
|
@NotNull RnaEngine |
RawEngine.fork() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEngine
Compile java code and execute
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
JavaEngine.fork() |
| Modifier and Type | Class and Description |
|---|---|
class |
MapEngine
Get value from `context`, `System.getProperty` and `System.getenv` in order.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaEngine |
MapEngine.fork() |
| Modifier and Type | Method and Description |
|---|---|
RnaEngine |
Acid.getEngine(String type) |
Copyright © 2024. All rights reserved.