- All Implemented Interfaces:
Config
-
Constructor Summary
Constructors
-
Method Summary
Provides access to addons in the application.
Provides decision specific configuration
Provides process specific configuration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
process
Description copied from interface: Config
Provides process specific configuration
- Specified by:
process in interface Config
- Returns:
- process specific configuration or null of no process is found in the
application
-
decision
Description copied from interface: Config
Provides decision specific configuration
- Specified by:
decision in interface Config
- Returns:
- decision specific configuration or null of no decision is found in
the application
-
addons
Description copied from interface: Config
Provides access to addons in the application.
- Specified by:
addons in interface Config
- Returns:
- addons available in the application