org.sonar.commons.commands
Interface CommandExceptionNotifier


public interface CommandExceptionNotifier


Method Summary
 void notifyErrorOutput(java.lang.String errorOutput)
           
 void notifyException(java.lang.Exception e)
           
 void notifyOutput(java.lang.String output)
           
 

Method Detail

notifyException

void notifyException(java.lang.Exception e)

notifyOutput

void notifyOutput(java.lang.String output)

notifyErrorOutput

void notifyErrorOutput(java.lang.String errorOutput)


Copyright © 2007-2008 hortis. All Rights Reserved.