Show TOC

Accessing the System ProfileLocate this document in the navigation structure

Use

If you want to programmatically access the current System Profile to use its set of parameters at runtime when your application is started, you have to call a specific method on the ApplicationPropertiesAccess interface.

Procedure

Call method getSystemprofile() and a java.util.Properties object, which contains the currently used System Profile [] , is returned.

More information:

Dynamic System Configuration