Click or drag to resize

ConfigurationRuntimeConditionHandlingAddClass Method

Overload List
  NameDescription
Public methodAddClass(String)
Add an condition handler factory class name.

Provide a fully-qualified class name of the implementation of the interface.

Public methodAddClass(Type)
Add an condition handler factory class.

The class provided should implement the interface.

Top
See Also