Uses of Interface
org.specrunner.parameters.IAccess

Packages that use IAccess
org.specrunner.features.core   
org.specrunner.parameters   
org.specrunner.parameters.core   
 

Uses of IAccess in org.specrunner.features.core
 

Methods in org.specrunner.features.core with parameters of type IAccess
protected  void FeatureManagerImpl.setValue(String feature, Object value, Object target, String field, IAccess access)
          Set the value.
 

Uses of IAccess in org.specrunner.parameters
 

Methods in org.specrunner.parameters that return IAccess
 IAccess IAccessFactory.newAccess(Object target, String name)
          Create access information for a given object and a given feature.
 

Uses of IAccess in org.specrunner.parameters.core
 

Classes in org.specrunner.parameters.core that implement IAccess
 class AccessImpl
          Default implementation of IAccess.
 

Fields in org.specrunner.parameters.core with type parameters of type IAccess
protected  ICache<String,IAccess> AccessFactoryImpl.cache
          Cache for access information.
protected  Map<String,IAccess> ParameterDecoratorImpl.checked
          Hold information of already checked attributes.
 

Methods in org.specrunner.parameters.core that return IAccess
protected  IAccess AccessFactoryImpl.lookupBean(Object target, String name)
          Lookup for a bean property.
protected  IAccess AccessFactoryImpl.lookupField(Class<?> clazz, String name)
          Lookup for a public attribute.
protected  IAccess AccessFactoryImpl.lookupMethod(Class<?> clazz, String name)
          Lookup for public method.
 IAccess AccessFactoryImpl.newAccess(Object target, String name)
           
 

Methods in org.specrunner.parameters.core with parameters of type IAccess
protected  boolean ParameterDecoratorImpl.hasAnnotation(IAccess s, Class<? extends Annotation> an)
          Check if @DontEval annotation is present in feature.
 



Copyright © 2014. All rights reserved.