AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.adapter
/
PathResolver
/
toContainerPath
to
Container
Path
jvm
abstract
fun
toContainerPath
(
path
:
Path
)
:
Path
(
source
)
将宿主路径转换为容器内路径,适用于保存文件后提供给 LLM 路径,或在容器内执行命令的场景。
Throws
Path
Outside
Workspace
Exception
提供的路径未被挂载到容器内。