Module openj9.dtfj

Class DTFJPluginConfig

java.lang.Object
com.ibm.java.diagnostics.utils.plugins.PluginConfig
com.ibm.java.diagnostics.utils.plugins.DTFJPluginConfig

public class DTFJPluginConfig extends PluginConfig
DTFJ specific version of the plugin config
  • Field Details

    • version

      protected String version
    • runtime

      protected boolean runtime
    • image

      protected boolean image
    • csv

      protected String csv
  • Constructor Details

    • DTFJPluginConfig

      public DTFJPluginConfig(Entry entry)
  • Method Details

    • processAnnotations

      public void processAnnotations()
      Process the annotations found on this class.
      Throws:
      IllegalArgumentException - if the DTFJPlugin annotation is not present
    • getVersion

      public String getVersion()
    • isRuntime

      public boolean isRuntime()
    • isImage

      public boolean isImage()
    • toCSV

      public String toCSV()