- java.lang.Object
-
- com.ibm.j9ddr.view.dtfj.image.J9DDRImageFactory
-
- All Implemented Interfaces:
ImageFactory
public class J9DDRImageFactory extends Object implements ImageFactory
-
-
Field Summary
Fields Modifier and Type Field Description static int
DTFJ_MAJOR_VERSION
static int
DTFJ_MINOR_VERSION
static int
DTFJ_MODIFICATION_LEVEL
-
Fields declared in interface com.ibm.dtfj.image.ImageFactory
DTFJ_LOGGER_NAME, SYSTEM_PROPERTY_TMPDIR
-
-
Constructor Summary
Constructors Constructor Description J9DDRImageFactory()
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImageFactory
getDTFJMajorVersion, getDTFJMinorVersion, getDTFJModificationLevel, getImage, getImage, getImage, getImage, getImagesFromArchive
-
-
-
-
Field Detail
-
DTFJ_MAJOR_VERSION
public static final int DTFJ_MAJOR_VERSION
- See Also:
- Constant Field Values
-
DTFJ_MINOR_VERSION
public static final int DTFJ_MINOR_VERSION
- See Also:
- Constant Field Values
-
DTFJ_MODIFICATION_LEVEL
public static final int DTFJ_MODIFICATION_LEVEL
- See Also:
- Constant Field Values
-
-