|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dtfj.image.sov.ImageFactory
Factory Class to produce "Image" classes for sovereign dumps.
Field Summary |
---|
Fields inherited from interface com.ibm.dtfj.image.ImageFactory |
---|
DTFJ_MAJOR_VERSION, DTFJ_MINOR_VERSION |
Constructor Summary | |
---|---|
ImageFactory()
|
Method Summary | |
---|---|
int |
getDTFJMajorVersion()
Returns the major version of DTFJ the Image we return implements. |
int |
getDTFJMinorVersion()
Returns the major version of DTFJ the Image we return implements. |
Image |
getImage(java.io.File imageFile)
Returns a new instance of the root object in the DTFJ hierarchy - the Image. |
Image |
getImage(java.io.File source,
java.io.File metaData)
Returns a new instance of the root object in the DTFJ hierarchy - the Image. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageFactory()
Method Detail |
public Image getImage(java.io.File source, java.io.File metaData) throws java.io.IOException
Returns a new instance of the root object in the DTFJ hierarchy - the Image.
getImage
in interface ImageFactory
source
- File of dump to processmetaData
- a file with additional Image information. This is an implementation defined file
java.io.IOException
ImageFactory.getImage(java.io.File)
public Image getImage(java.io.File imageFile) throws java.io.IOException
Returns a new instance of the root object in the DTFJ hierarchy - the Image.
getImage
in interface ImageFactory
imageFile
- a file with Image information, typically a core file
java.io.IOException
ImageFactory.getImage(java.io.File, java.io.File)
public int getDTFJMajorVersion()
Returns the major version of DTFJ the Image we return implements.
getDTFJMajorVersion
in interface ImageFactory
ImageFactory.getDTFJMajorVersion()
public int getDTFJMinorVersion()
Returns the major version of DTFJ the Image we return implements.
getDTFJMinorVersion
in interface ImageFactory
ImageFactory.getDTFJMinorVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |