Package ch.ivyteam.ivy.application
Interface ISystemPropertyProvider
- All Known Subinterfaces:
IApplicationConfigurationManager
public interface ISystemPropertyProvider
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptiongetSystemProp(String name) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.use the engine cockpit instead to see the system properties
-
Method Details
-
getSystemProps
Deprecated, for removal: This API element is subject to removal in a future version.use the engine cockpit instead to see the system propertiesGets all system properties- Returns:
- unmodifiable list with the system properties
- Throws:
PersistencyException- if persistency access fails- API:
- This public API is available in Java.
-
getSystemProp
Deprecated, for removal: This API element is subject to removal in a future version.use thech.ivyteam.ivy.jsf.bean.error.ErrorPageMBeanPublicAPI or#{errorPage.showDetails}directly in the XHTML files instead ofgetSystemProp("Errors.ShowDetailsToEndUser")Gets a system property- Parameters:
name- of the system property to get- Returns:
- the system property
- Throws:
PersistencyException- if persistency access fails- API:
- This public API is available in Java.
-
ch.ivyteam.ivy.jsf.bean.error.ErrorPageMBeanPublicAPI or#{errorPage.showDetails}directly in the XHTML files instead ofgetSystemProp("Errors.ShowDetailsToEndUser")