Interface Attributes.Deserializers
-
- Enclosing class:
- Attributes
public static interface Attributes.Deserializers
-
-
Method Summary
Static Methods Modifier and Type Method Description static String
deserializeInstallationError(org.jdom.Element xml)
static ToolInstallationSkipReason
deserializeInstallationSkipReason(org.jdom.Element xml)
static ToolInstallationSource
deserializeInstallationSource(org.jdom.Element xml)
static ToolInstallationStatus
deserializeInstallationStatus(org.jdom.Element xml)
static Boolean
deserializeIsBundled(org.jdom.Element xml)
static Boolean
deserializeIsDismissed(org.jdom.Element xml)
static Long
deserializeOriginalPackageLastModified(org.jdom.Element xml)
static Long
deserializeOriginalPackageLength(org.jdom.Element xml)
static String
deserializeOriginalPackageName(org.jdom.Element xml)
static String
deserializePackedToolContentHash(org.jdom.Element xml)
static String
deserializeToolId(org.jdom.Element xml)
static String
deserializeToolOriginalId(org.jdom.Element xml)
static String
deserializeToolTypeId(org.jdom.Element xml)
static String
deserializeToolVersion(org.jdom.Element xml)
static String
get(org.jdom.Element xml, String attributeName)
static String
getOrEmpty(org.jdom.Element xml, String attributeName)
static String
getOrNull(org.jdom.Element xml, String attributeName)
-
-
-
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)
-
getOrEmpty
@NotNull static String getOrEmpty(@NotNull org.jdom.Element xml, @NotNull String attributeName)
-
-