Interface IContribution


public interface IContribution
  • Method Details

    • getPrototype

      @Nullable String getPrototype()
      Prototype for which this contribution is specific, or null if this contribution is general.
      Since:
      3.8.1
    • getName

      @NotNull String getName()
      The unique name (in fact this is an ID).
    • getLabel

      @NotNull String getLabel()
      The label of the contribution (can be localized). Returns the name if the label is not defined.
      Since:
      3.8.3
    • getDescription

      @Nullable String getDescription()
    • getParameters

      @NotNull IParameter[] getParameters()