Package io.roastedroot.quickjs4j.core
Class Invokables
- java.lang.Object
-
- io.roastedroot.quickjs4j.core.Invokables
-
public final class Invokables extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvokables.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Invokables.Builderbuilder(String moduleName)GuestFunctionbyName(String name)Collection<GuestFunction>functions()StringmoduleName()
-
-
-
Method Detail
-
byName
public GuestFunction byName(String name)
-
functions
public Collection<GuestFunction> functions()
-
moduleName
public String moduleName()
-
builder
public static Invokables.Builder builder(String moduleName)
-
-