Interface AgentToolPaths
-
- All Known Implementing Classes:
AgentToolPathsImpl
public interface AgentToolPaths
Created by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getDownloadTempDirectory()
File
getToolPackageLocation(ServerToolInfo tool)
File
getToolUnpackedContentHomeDirectory()
File
getToolUnpackedContentLocation(ServerToolInfo tool)
String
resolveToolId(String input)
-
-
-
Method Detail
-
getDownloadTempDirectory
@NotNull File getDownloadTempDirectory()
-
getToolPackageLocation
@NotNull File getToolPackageLocation(@NotNull ServerToolInfo tool)
-
getToolUnpackedContentHomeDirectory
@NotNull File getToolUnpackedContentHomeDirectory()
-
getToolUnpackedContentLocation
@NotNull File getToolUnpackedContentLocation(@NotNull ServerToolInfo tool)
-
-