类 GlobTool.Builder
java.lang.Object
com.agentsflex.tool.commons.GlobTool.Builder
- 封闭类:
- GlobTool
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()maxDepth(int maxDepth) maxResults(int maxResults) workingDirectory(String workingDirectory) Set the working directory using a string path.workingDirectory(Path workingDirectory) Set the working directory to use when the agent doesn't specify a path.
-
字段详细资料
-
maxDepth
-
maxResults
-
workingDirectory
-
-
构造器详细资料
-
Builder
private Builder()
-
-
方法详细资料
-
maxDepth
-
maxResults
-
workingDirectory
Set the working directory to use when the agent doesn't specify a path. This allows tools to operate within a sandbox/workspace context.- 参数:
workingDirectory- the working directory path- 返回:
- this builder
-
workingDirectory
Set the working directory using a string path.- 参数:
workingDirectory- the working directory path as string- 返回:
- this builder
-
build
-