public class HermesExecutor extends JavaScriptExecutor
Modifier and Type | Method and Description |
---|---|
static boolean |
canLoadFile(java.lang.String path)
Return whether this class can load a file at the given path, based on a binary compatibility
check between the contents of the file and the Hermes VM.
|
java.lang.String |
getName()
Returns the name of the executor, identifying the underlying runtime.
|
close
public java.lang.String getName()
JavaScriptExecutor
getName
in class JavaScriptExecutor
public static boolean canLoadFile(java.lang.String path)
path
- the path containing the file to inspect.