Interface AnalyserTask


  • @ConsumerType
    public interface AnalyserTask
    A analyser task analyses a specific part of the assembled application. It can report errors and warnings.
    • Method Detail

      • getId

        default String getId()
        A unique (short) ID.
        Returns:
        the task ID.
      • getName

        default String getName()
        A human readable name to identify the task.
        Returns:
        the task name.