org.jbehave.core.configuration
Class PrintStreamAnnotationMonitor
java.lang.Object
org.jbehave.core.configuration.NullAnnotationMonitor
org.jbehave.core.configuration.PrintStreamAnnotationMonitor
- All Implemented Interfaces:
- AnnotationMonitor
public class PrintStreamAnnotationMonitor
- extends NullAnnotationMonitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintStreamAnnotationMonitor
public PrintStreamAnnotationMonitor()
PrintStreamAnnotationMonitor
public PrintStreamAnnotationMonitor(PrintStream output)
elementCreationFailed
public void elementCreationFailed(Class<?> elementClass,
Exception cause)
- Specified by:
elementCreationFailed
in interface AnnotationMonitor
- Overrides:
elementCreationFailed
in class NullAnnotationMonitor
annotationNotFound
public void annotationNotFound(Class<? extends Annotation> annotation,
Object annotatedInstance)
- Specified by:
annotationNotFound
in interface AnnotationMonitor
- Overrides:
annotationNotFound
in class NullAnnotationMonitor
Copyright © 2003-2012. All Rights Reserved.