|
|||||||||||
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 appropriate Image implementations for dumps
Constructor Summary | |
---|---|
ImageFactory()
|
Method Summary | |
---|---|
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |