Uses of Class
cloud.opencode.base.expression.sandbox.DefaultSandbox
Packages that use DefaultSandbox
-
Uses of DefaultSandbox in cloud.opencode.base.expression.sandbox
Methods in cloud.opencode.base.expression.sandbox that return DefaultSandboxModifier and TypeMethodDescriptionDefaultSandbox.Builder.build()Build the sandbox 构建沙箱static DefaultSandboxDefaultSandbox.permissive()Create a permissive sandbox that allows everything 创建允许所有操作的宽松沙箱static DefaultSandboxDefaultSandbox.restrictive()Create a restrictive sandbox that denies by default 创建默认拒绝的限制性沙箱static DefaultSandboxDefaultSandbox.standard()Create a "standard" sandbox with denylist semantics (allowAllByDefault=true).