Interface AgentToolPaths

  • All Known Implementing Classes:
    AgentToolPathsImpl

    public interface AgentToolPaths
    Created by Evgeniy.Koshkin.
    • Method Detail

      • getDownloadTempDirectory

        @NotNull
        File getDownloadTempDirectory()
      • getToolPackageLocation

        @NotNull
        File getToolPackageLocation​(@NotNull
                                    ServerToolInfo tool)
      • getToolUnpackedContentHomeDirectory

        @NotNull
        File getToolUnpackedContentHomeDirectory()
      • getToolUnpackedContentLocation

        @NotNull
        File getToolUnpackedContentLocation​(@NotNull
                                            ServerToolInfo tool)
      • resolveToolId

        @Nullable
        String resolveToolId​(@Nullable
                             String input)