org.apache.maven.usability
Class ArtifactNotFoundDiagnoser

java.lang.Object
  extended by org.apache.maven.usability.ArtifactNotFoundDiagnoser
All Implemented Interfaces:
ErrorDiagnoser

public class ArtifactNotFoundDiagnoser
extends Object
implements ErrorDiagnoser


Field Summary
 
Fields inherited from interface org.apache.maven.usability.diagnostics.ErrorDiagnoser
ROLE
 
Constructor Summary
ArtifactNotFoundDiagnoser()
           
 
Method Summary
 boolean canDiagnose(Throwable error)
           
 String diagnose(Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactNotFoundDiagnoser

public ArtifactNotFoundDiagnoser()
Method Detail

canDiagnose

public boolean canDiagnose(Throwable error)
Specified by:
canDiagnose in interface ErrorDiagnoser

diagnose

public String diagnose(Throwable error)
Specified by:
diagnose in interface ErrorDiagnoser


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.