Module openj9.dtfj

Class Builder

    • Constructor Detail

      • Builder

        public Builder​(ICoreFileReader core,
                       ClosingFileReader openCoreFile,
                       long environmentAddress,
                       IFileLocationResolver resolvingAgent)
        Parameters:
        core - The abstraction over the core file
        openCoreFile - The open file which
        environmentAddress - The address of the environment structure in the core
        resolvingAgent - 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 file
        stream - The stream for the core file
        environmentAddress - The address of the environment structure in the core
        resolvingAgent - The agent we can delegate to locate files for us
    • Method Detail

      • getAddressSpaces

        public Iterator getAddressSpaces()
      • getOSType

        public String getOSType()
      • getCPUType

        public String getCPUType()
      • getCPUSubType

        public String getCPUSubType()
      • getCreationTime

        public long getCreationTime()