See: Description
Interface | Description |
---|---|
Initializer |
Initializer represents the capabilities that any initializer must possess so as to let SeLion
automatically invoke it (even if the implementation resides downstream). |
Class | Description |
---|---|
AbstractConfigInitializer |
An abstract implementation that guarantees configurations to be initialized via
ServiceLoader . |
Config |
A configuration object that contains properties needed throughout SeLion.
|
ConfigManager |
This class supports configuration operations on SeLion local configurations
LocalConfig being used in TestNG
suites. |
ListenerInfo |
ListenerInfo serves as a utility to store information pertaining to a Listener, used by
ListenerManager.registerListener(ListenerInfo) . |
ListenerManager |
ListenerManager provides facilities to register and use Listeners. |
LocalConfig |
A local configuration object that contains SeLion configuration property values (i.e.
|
Enum | Description |
---|---|
Config.ConfigProperty |
SeLion config properties
|
ExtendedConfig | Deprecated
with SeLion 1.2.0.
|
Copyright © 2016 PayPal Open Source. All rights reserved.