Interface Attributes.Deserializers

  • Enclosing class:
    Attributes

    public static interface Attributes.Deserializers
    • Method Detail

      • deserializeToolId

        static String deserializeToolId​(@NotNull
                                        org.jdom.Element xml)
      • deserializeToolOriginalId

        static String deserializeToolOriginalId​(@NotNull
                                                org.jdom.Element xml)
      • deserializeToolTypeId

        static String deserializeToolTypeId​(@NotNull
                                            org.jdom.Element xml)
      • deserializeToolVersion

        static String deserializeToolVersion​(@NotNull
                                             org.jdom.Element xml)
      • deserializeInstallationSource

        static ToolInstallationSource deserializeInstallationSource​(@NotNull
                                                                    org.jdom.Element xml)
      • deserializeInstallationSkipReason

        static ToolInstallationSkipReason deserializeInstallationSkipReason​(@NotNull
                                                                            org.jdom.Element xml)
      • deserializeInstallationStatus

        static ToolInstallationStatus deserializeInstallationStatus​(@NotNull
                                                                    org.jdom.Element xml)
      • deserializeIsBundled

        static Boolean deserializeIsBundled​(@NotNull
                                            org.jdom.Element xml)
      • deserializeOriginalPackageName

        static String deserializeOriginalPackageName​(@NotNull
                                                     org.jdom.Element xml)
      • deserializeOriginalPackageLength

        static Long deserializeOriginalPackageLength​(@NotNull
                                                     org.jdom.Element xml)
      • deserializeOriginalPackageLastModified

        static Long deserializeOriginalPackageLastModified​(@NotNull
                                                           org.jdom.Element xml)
      • deserializePackedToolContentHash

        static String deserializePackedToolContentHash​(@NotNull
                                                       org.jdom.Element xml)
      • deserializeInstallationError

        static String deserializeInstallationError​(@NotNull
                                                   org.jdom.Element xml)
      • deserializeIsDismissed

        static Boolean deserializeIsDismissed​(@NotNull
                                              org.jdom.Element xml)
      • get

        @NotNull
        static String get​(@NotNull
                          org.jdom.Element xml,
                          @NotNull
                          String attributeName)
      • getOrEmpty

        @NotNull
        static String getOrEmpty​(@NotNull
                                 org.jdom.Element xml,
                                 @NotNull
                                 String attributeName)
      • getOrNull

        @Nullable
        static String getOrNull​(@NotNull
                                org.jdom.Element xml,
                                @NotNull
                                String attributeName)