Class ToolVersionReference


  • public class ToolVersionReference
    extends Object
    Created by Evgeniy.Koshkin on 24-Feb-16.
    • Method Detail

      • isToolReference

        public static boolean isToolReference​(@Nullable
                                              String value)
      • getNotInstalledToolReference

        @NotNull
        public static ToolVersionReference getNotInstalledToolReference​(@NotNull
                                                                        String toolVersionId)
      • isAutoToolReference

        public static boolean isAutoToolReference​(@NotNull
                                                  String value)
      • getAutoToolId

        @NotNull
        public static String getAutoToolId​(@NotNull
                                           ToolType toolType)
      • getAutoToolId

        @NotNull
        public static String getAutoToolId​(@NotNull
                                           String toolType)
      • isAutoToolId

        public static boolean isAutoToolId​(@NotNull
                                           String toolType,
                                           @NotNull
                                           String toolId)
      • isDefaultToolReference

        public static boolean isDefaultToolReference​(@NotNull
                                                     String value)
      • getToolVersionOfType

        @Nullable
        public static String getToolVersionOfType​(@NotNull
                                                  String toolType,
                                                  @NotNull
                                                  String value)
      • resolveToolId

        @Nullable
        public static String resolveToolId​(@NotNull
                                           String value)
      • getReference

        @NotNull
        public String getReference()
      • getDisplayName

        @NotNull
        public String getDisplayName()
      • getNotes

        @Nullable
        public String getNotes()
      • getPropertyName

        public String getPropertyName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object