This project has retired. For details please refer to its
Attic page .
ProjectModelMonitor
org.apache.maven.archiva.repository.project
Interface ProjectModelMonitor
public interface ProjectModelMonitor
ProjectModelMonitor
Method Summary
void
modelProblem (org.apache.maven.archiva.model.ArchivaProjectModel model,
java.lang.String type,
java.lang.String problem)
Report a problem encountered with a model.
modelProblem
void modelProblem (org.apache.maven.archiva.model.ArchivaProjectModel model,
java.lang.String type,
java.lang.String problem)
Report a problem encountered with a model.
Parameters: model - the model that caused the problem.type - the type of problem.problem - the problem description.