- whitelistVeniceFunctions(String...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Whitelist Venice function rules to the sandbox.
- whitelistVeniceFunctions(Collection<String>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Whitelist Venice function rules to the sandbox.
- withAllSystemEnvs() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Allow access to all system environment variables
- withAllSystemProperties() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Allow access to all Java system properties
- withClasses(String...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted class rules to the sandbox.
- withClasses(List<String>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted class rules to the sandbox.
- withClasses(Class<?>...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add a rule for classes to the sandbox, whitelisting the class and all its
methods and fields
- withClasses(Collection<Class<?>>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add a rule for classes to the sandbox, whitelisting the class and all its
methods and fields
- withClasspathResources(String...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted classpath resource rules to the sandbox.
- withClasspathResources(Collection<String>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted classpath resource rules to the sandbox.
- withDefaultClasses() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
- withDefaultVeniceModules() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
- withLazyNumbers() - Method in class com.github.jlangch.venice.nanojson.JsonParser.JsonParserContext
-
- withMaxExecTimeSeconds(int) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Sets the max execution time in seconds a Venice script under this
SandboxRules is allowed to run.
- withMaxFutureThreadPoolSize(int) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Sets the max thread pool size for futures a Venice script under this
SandboxRules is allowed to use.
- withStandardSystemEnvs() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Allow access to all standard system environment variables
- withStandardSystemProperties() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Allow access to all standard Java system properties
- withSystemEnvs(String...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted system environment variable rules to the sandbox.
- withSystemEnvs(Collection<String>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted system environment variable rules to the sandbox.
- withSystemProperties(String...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted system property rules to the sandbox.
- withSystemProperties(Collection<String>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add whitelisted system property rules to the sandbox.
- withVeniceModules(String...) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add rules for whitelisted Venice modules.
- withVeniceModules(Collection<String>) - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
Add rules for whitelisted Venice modules.
- write(byte[], int, int) - Method in class com.github.jlangch.venice.util.CallbackPrintStream
-
- write(int) - Method in class com.github.jlangch.venice.util.CallbackPrintStream
-
- write(byte[], int, int) - Method in class com.github.jlangch.venice.util.CapturingPrintStream
-
- write(int) - Method in class com.github.jlangch.venice.util.CapturingPrintStream
-
- write(int) - Method in class com.github.jlangch.venice.util.NullOutputStream
-