Class BinaryFilePresentation

java.lang.Object
org.eclipse.cdt.core.model.BinaryFilePresentation

public abstract class BinaryFilePresentation extends Object
Allows to configure the presentation of binaries.

Clients may create subclasses.

Since:
4.0.1.
  • Field Details

  • Constructor Details

    • BinaryFilePresentation

      public BinaryFilePresentation(IBinaryParser.IBinaryFile binFile)
      Constructs the presentation object for a binary file.
  • Method Details

    • showInBinaryContainer

      public static boolean showInBinaryContainer(IBinaryParser.IBinaryFile bin)
      Default implementation for showing binaries as part of the binary container. It is used whenever a IBinaryFile is not adaptable to BinaryFilePresentation.
    • showInBinaryContainer

      public boolean showInBinaryContainer()
      Determines whether a binary is to be shown as part of the binary container. The default implementation returns true for executables and dynamic libraries.