Module openj9.dtfj

Class CoreFileResolver

    • Field Detail

      • FOOTER_MAGIC_BYTES

        public static final byte[] FOOTER_MAGIC_BYTES
      • coreFile

        protected final File coreFile
      • validFile

        protected boolean validFile
      • footer

        protected Footer footer
    • Constructor Detail

      • CoreFileResolver

        public CoreFileResolver​(String coreFilePath)
      • CoreFileResolver

        public CoreFileResolver​(File file)
    • Method Detail

      • main

        public static void main​(String[] args)
      • hasLibraries

        public boolean hasLibraries()
      • dispose

        public void dispose()
        Give the resolver a chance to clean up any used resources
        Specified by:
        dispose in interface ILibraryResolver