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