Module openj9.dtfj

Class DTFJPluginConfig


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

      • version

        protected String version
      • runtime

        protected boolean runtime
      • image

        protected boolean image
    • Constructor Detail

      • DTFJPluginConfig

        public DTFJPluginConfig​(Entry entry)
    • Method Detail

      • 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()