Class GetSystemSetting
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.GetSystemSetting
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Retrieve a Java System property or environment value by name.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
GetSystemSetting
public GetSystemSetting()Constructor
-
-
Method Details
-
_invoke
Retrieve a Java System property or environment value by name.It looks at properties first then environment variables second.
Please note that the property or environment variable name is case-sensitive.
You can also pass a default value to return if the property or environment variable is not found.
-