Interface AnalyserTask
@ConsumerType
public interface AnalyserTask
A analyser task analyses a specific part of the assembled
application. It can report errors and warnings.
-
Method Summary
-
Method Details
-
getId
A unique (short) ID.- Returns:
- the task ID.
-
getName
A human readable name to identify the task.- Returns:
- the task name.
-
execute
Execute the task.- Parameters:
ctx
- the task context.- Throws:
Exception
- when the task throws an exception.
-