Interface OptionDescription

All Known Implementing Classes:
BasePluginOptionsBuilder.OptionData, JadxOptionDescription

public interface OptionDescription
  • Method Details

    • name

      String name()
    • description

      String description()
    • values

      List<String> values()
      Possible values. Empty if not a limited set
    • defaultValue

      @Nullable @Nullable String defaultValue()
      Default value. Null if required
    • getType

      default OptionType getType()
    • getFlags

      default Set<OptionFlag> getFlags()