jdave.runner
Class DefaultSpecIntrospection

java.lang.Object
  extended by jdave.runner.DefaultSpecIntrospection
All Implemented Interfaces:
ISpecIntrospection

public class DefaultSpecIntrospection
extends Object
implements ISpecIntrospection

Author:
Joni Freeman

Field Summary
static String INITIALIZER_NAME
           
 
Constructor Summary
DefaultSpecIntrospection()
           
 
Method Summary
 boolean isBehavior(Method method)
           
 boolean isContextClass(Class<?> specType, Class<?> possibleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIALIZER_NAME

public static final String INITIALIZER_NAME
See Also:
Constant Field Values
Constructor Detail

DefaultSpecIntrospection

public DefaultSpecIntrospection()
Method Detail

isBehavior

public boolean isBehavior(Method method)
Specified by:
isBehavior in interface ISpecIntrospection

isContextClass

public boolean isContextClass(Class<?> specType,
                              Class<?> possibleContext)
Specified by:
isContextClass in interface ISpecIntrospection


Copyright © 2010. All Rights Reserved.