Package org.nuclos.api.provider
Class ParameterProvider
java.lang.Object
org.nuclos.api.provider.ParameterProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetNucletParameter(NucletParameter parameter) This method returns the value of the givenNucletParameteras Stringstatic StringgetSystemParameter(SystemParameter parameter) This method returns the value of the givenSystemParameteras StringvoidsetParameterService(ParameterService parameterService)
-
Constructor Details
-
ParameterProvider
ParameterProvider()
-
-
Method Details
-
setParameterService
-
getSystemParameter
This method returns the value of the givenSystemParameteras String- Parameters:
parameter-SystemParameter- parameter to read- Throws:
BusinessException
-
getNucletParameter
This method returns the value of the givenNucletParameteras String- Parameters:
parameter-NucletParameter- parameter to read- Throws:
BusinessException
-