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