Class ELFDumpReaderFactory
java.lang.Object
com.ibm.j9ddr.corereaders.elf.ELFDumpReaderFactory
- All Implemented Interfaces:
 ICoreFileReader
- 
Nested Class Summary
Nested classes/interfaces declared in interface ICoreFileReader
ICoreFileReader.DumpTestResult - 
Field Summary
Fields declared in interface ICoreFileReader
J9DDR_CORE_READERS_LOGGER_NAME - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprocessDump(String path) Called when a core reader should process the dump.Called when a core reader should process the dump.Tests the dump described by the path for compatibility with this CoreFileReader.Tests the dump represented by the input stream for compatibility with this CoreFileReader. 
- 
Constructor Details
- 
ELFDumpReaderFactory
public ELFDumpReaderFactory() 
 - 
 - 
Method Details
- 
processDump
Description copied from interface:ICoreFileReaderCalled when a core reader should process the dump. This allows lazy initialisation of the readers especially when they are not subsequently used.- Specified by:
 processDumpin interfaceICoreFileReader- Throws:
 InvalidDumpFormatExceptionIOException
 - 
processDump
Description copied from interface:ICoreFileReaderCalled when a core reader should process the dump. This allows lazy initialisation of the readers especially when they are not subsequently used.- Specified by:
 processDumpin interfaceICoreFileReader- Throws:
 InvalidDumpFormatExceptionIOException
 - 
testDump
Description copied from interface:ICoreFileReaderTests the dump described by the path for compatibility with this CoreFileReader.- Specified by:
 testDumpin interfaceICoreFileReader- Parameters:
 path- Path to dump file.- Throws:
 IOException- If there was an IO problem reading the file (disk full etc.). Note that FileNotFound should be handled with DumpTestResult.
 - 
testDump
Description copied from interface:ICoreFileReaderTests the dump represented by the input stream for compatibility with this CoreFileReader.- Specified by:
 testDumpin interfaceICoreFileReader- Throws:
 IOException- If there was an IO problem reading the file (disk full etc.). Note that FileNotFound should be handled with DumpTestResult.
 
 -