Class ParameterHolder

ParameterHolder Stores a set of Args for futher usage in it's subclasses.

class ParameterHolder(Args...) ;

Methods

NameDescription
argsGet args
locatorSets the locator that will be used by configurer to fetch object referenced in argument list.
locatorGet locator

Parameters

NameDescription
Args a type tuple of args that ParameterHolder can hold.