- java.lang.Object
-
- com.ibm.dtfj.image.j9.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder(ICoreFileReader core, ClosingFileReader openCoreFile, long environmentAddress, IFileLocationResolver resolvingAgent)Builder(ICoreFileReader core, ImageInputStream stream, long environmentAddress, IFileLocationResolver resolvingAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IteratorgetAddressSpaces()StringgetCPUSubType()StringgetCPUType()longgetCreationTime()StringgetOSType()-
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.corereaders.Builder
buildAddressSpace, buildCorruptData, buildModule, buildModuleSection, buildProcess, buildRegister, buildStackFrame, buildStackSection, buildSymbol, buildThread, getEnvironmentAddress, getValueOfNamedRegister, openFile, setCPUSubType, setCPUType, setCreationTime, setExecutableUnavailable, setOSType
-
-
-
-
Constructor Detail
-
Builder
public Builder(ICoreFileReader core, ClosingFileReader openCoreFile, long environmentAddress, IFileLocationResolver resolvingAgent)
- Parameters:
core- The abstraction over the core fileopenCoreFile- The open file whichenvironmentAddress- The address of the environment structure in the coreresolvingAgent- The agent we can delegate to locate files for us
-
Builder
public Builder(ICoreFileReader core, ImageInputStream stream, long environmentAddress, IFileLocationResolver resolvingAgent)
- Parameters:
core- The abstraction over the core filestream- The stream for the core fileenvironmentAddress- The address of the environment structure in the coreresolvingAgent- The agent we can delegate to locate files for us
-
-