Accessing the System
Profile
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.
Call method getSystemprofile() and a java.util.Properties object, which contains the currently used System Profile [], is returned.