Class AbstractContribution

    • Field Detail

      • loaded

        protected boolean loaded
      • name

        protected final String name
      • description

        protected String description
      • disabled

        protected boolean disabled
    • Constructor Detail

      • AbstractContribution

        protected AbstractContribution​(String name)
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: StreamRef
        Get an unique identifier for this stream.
        Specified by:
        getId in interface StreamRef
      • load

        protected void load()
      • isDisabled

        public boolean isDisabled()
        Description copied from interface: Contribution
        Whether this contribution should be automatically installed at startup.
        Specified by:
        isDisabled in interface Contribution
      • setDisabled

        public void setDisabled​(boolean isDisabled)
        Description copied from interface: Contribution
        Sets the auto install flag for this contribution.
        Specified by:
        setDisabled in interface Contribution