org.apache.maven.model.building
Interface ModelProblemCollectorExt

All Superinterfaces:
ModelProblemCollector

public interface ModelProblemCollectorExt
extends ModelProblemCollector

Extends the ModelproblemCollector by the capacity of returning the collected problems.

Author:
Milos Kleint

Method Summary
 List<ModelProblem> getProblems()
          The collected problems.
 
Methods inherited from interface org.apache.maven.model.building.ModelProblemCollector
add
 

Method Detail

getProblems

List<ModelProblem> getProblems()
The collected problems.

Returns:
a list of model problems encountered, never null


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.