org.apache.maven.usability
Class InvalidArtifactDiagnoser

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

public class InvalidArtifactDiagnoser
extends Object
implements ErrorDiagnoser


Field Summary
 
Fields inherited from interface org.apache.maven.usability.diagnostics.ErrorDiagnoser
ROLE
 
Constructor Summary
InvalidArtifactDiagnoser()
           
 
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

InvalidArtifactDiagnoser

public InvalidArtifactDiagnoser()
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.