Class InstalledToolState


  • public class InstalledToolState
    extends ToolState
    • Constructor Detail

      • InstalledToolState

        public InstalledToolState​(@NotNull
                                  String toolId,
                                  @NotNull
                                  String toolTypeId,
                                  @NotNull
                                  ToolInstallationSource installationSource,
                                  @NotNull
                                  String toolOriginalId,
                                  @NotNull
                                  Boolean isBundled,
                                  @NotNull
                                  String originalPackageName,
                                  @NotNull
                                  Long originalPackageLength,
                                  @NotNull
                                  Long originalPackageLastModified,
                                  @Nullable
                                  String packedToolContentHash)