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.
|
closepublic java.lang.String getName()
JavaScriptExecutorgetName in class JavaScriptExecutorpublic static boolean canLoadFile(java.lang.String path)
path - the path containing the file to inspect.