Interface AgentToolPaths
-
- All Known Implementing Classes:
AgentToolPathsImpl
public interface AgentToolPathsCreated by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetDownloadTempDirectory()FilegetToolPackageLocation(ServerToolInfo tool)FilegetToolUnpackedContentHomeDirectory()FilegetToolUnpackedContentLocation(ServerToolInfo tool)StringresolveToolId(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)
-
-