org.specrunner.parameters
Interface IAccessFactory

All Known Implementing Classes:
AccessFactoryImpl

public interface IAccessFactory

Defines a factory of feature access information.

Author:
Thiago Santos.

Method Summary
 IAccess newAccess(Object target, String name)
          Create access information for a given object and a given feature.
 

Method Detail

newAccess

IAccess newAccess(Object target,
                  String name)
Create access information for a given object and a given feature.

Parameters:
target - The target object.
name - The feature name.
Returns:
The access abstraction.


Copyright © 2014. All rights reserved.