public static class V8ExecutorFactory.V8ConfigParams
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V8ExecutorFactory.V8ConfigParams.CacheType |
| Constructor and Description |
|---|
V8ConfigParams() |
V8ConfigParams(java.lang.String cacheDirectory,
V8ExecutorFactory.V8ConfigParams.CacheType cacheType,
boolean useLazyScriptCompilation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheDirectory() |
V8ExecutorFactory.V8ConfigParams.CacheType |
getCacheType() |
boolean |
useLazyScriptCompilation() |
public V8ConfigParams()
public V8ConfigParams(java.lang.String cacheDirectory,
V8ExecutorFactory.V8ConfigParams.CacheType cacheType,
boolean useLazyScriptCompilation)
public java.lang.String getCacheDirectory()
public V8ExecutorFactory.V8ConfigParams.CacheType getCacheType()
public boolean useLazyScriptCompilation()