Uses of Enum Class
com.ibm.j9ddr.blobs.IBlobFactory.Platforms
Packages that use IBlobFactory.Platforms
-
Uses of IBlobFactory.Platforms in com.ibm.j9ddr.blobs
Methods in com.ibm.j9ddr.blobs that return IBlobFactory.PlatformsModifier and TypeMethodDescriptionstatic IBlobFactory.PlatformsReturns the enum constant of this class with the specified name.static IBlobFactory.Platforms[]IBlobFactory.Platforms.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ibm.j9ddr.blobs with parameters of type IBlobFactory.PlatformsModifier and TypeMethodDescriptionBlobFactory.getBlob(IBlobFactory.Platforms platform, String id, int major, int minor, int revision) IBlobFactory.getBlob(IBlobFactory.Platforms platform, String id, int major, int minor, int revision) Gets a blob for a specific platform version etc.