org.apache.tuscany.sca.monitor
Interface Monitor

All Known Implementing Classes:
DefaultMonitorImpl

public interface Monitor

A monitor for the watching for validation problems


Method Summary
 java.util.List<Problem> getProblems()
          Returns a list of reported problems.
 void problem(Problem problem)
          Reports a build problem.
 

Method Detail

problem

void problem(Problem problem)
Reports a build problem.

Parameters:
problem -

getProblems

java.util.List<Problem> getProblems()
Returns a list of reported problems.

Returns:
the list of problems. The list may be empty