public class LogModelProblemCollector extends Object implements org.apache.maven.model.building.ModelProblemCollector
ModelProblemCollector implementation which pipes Exceptions to the log.| Constructor and Description |
|---|
LogModelProblemCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.maven.model.building.ModelProblem.Severity severity,
String message,
org.apache.maven.model.InputLocation location,
Exception cause) |
boolean |
hasSevereFailures() |
public void add(org.apache.maven.model.building.ModelProblem.Severity severity,
String message,
org.apache.maven.model.InputLocation location,
Exception cause)
add in interface org.apache.maven.model.building.ModelProblemCollectorpublic boolean hasSevereFailures()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.