Class ElfExporter

All Implemented Interfaces:
ExtensionPoint

public class ElfExporter extends AbstractLoaderExporter
An Exporter that can export programs imported with the ElfLoader
  • Constructor Details

    • ElfExporter

      public ElfExporter()
      Create a new ElfExporter
  • Method Details

    • supportsFileFormat

      protected boolean supportsFileFormat(String fileFormat)
      Description copied from class: AbstractLoaderExporter
      Checks to see if the given file format is supported by this exporter
      Specified by:
      supportsFileFormat in class AbstractLoaderExporter
      Parameters:
      fileFormat - The file format (loader name) of the program to export
      Returns:
      True if the given file format is supported by this exporter; otherwise, false