- 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.
- widthInPoints(int) - Method in class com.github.jlangch.venice.util.excel.ExcelColumnBuilder
-
- 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
- withCellStyle(String) - Method in class com.github.jlangch.venice.util.excel.ExcelBuilder
-
- 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.
- withColumn(String) - Method in class com.github.jlangch.venice.util.excel.ExcelSheetBuilder
-
- withColumn(String, Function<? super T, ?>) - Method in class com.github.jlangch.venice.util.excel.ExcelSheetBuilder
-
- withColumn(String, String) - Method in class com.github.jlangch.venice.util.excel.ExcelSheetBuilder
-
- withDefaultClasses() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
- withDefaultVeniceModules() - Method in class com.github.jlangch.venice.javainterop.SandboxRules
-
- withFont(String) - Method in class com.github.jlangch.venice.util.excel.ExcelBuilder
-
- 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.
- withSheet(String, Class<T>) - Method in class com.github.jlangch.venice.util.excel.ExcelBuilder
-
- 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
- withSum(int, int) - Method in class com.github.jlangch.venice.util.excel.ExcelSheetBuilder
-
- 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.
- wrapText(boolean) - Method in class com.github.jlangch.venice.util.excel.ExcelCellStyleBuilder
-
- 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(OutputStream) - Method in class com.github.jlangch.venice.util.excel.ExcelBuilder
-
- write(int) - Method in class com.github.jlangch.venice.util.NullOutputStream
-
- writeToBytes() - Method in class com.github.jlangch.venice.util.excel.ExcelBuilder
-