Package org.apache.juneau.svl.vars
Class SystemPropertiesVar
java.lang.Object
org.apache.juneau.svl.Var
org.apache.juneau.svl.SimpleVar
org.apache.juneau.svl.DefaultingVar
org.apache.juneau.svl.MapVar
org.apache.juneau.svl.vars.SystemPropertiesVar
System property variable resolver.
The format for this var is
Example:
Since this is a SimpleVar
, any variables contained in the result will be recursively resolved.
Likewise, if the arguments contain any variables, those will be resolved before they are passed to this var.
See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.svl.DefaultingVar
doResolve
Methods inherited from class org.apache.juneau.svl.Var
allowNested, allowRecurse, canResolve, getName
-
Field Details
-
NAME
The name of this variable.- See Also:
-
-
Constructor Details
-
SystemPropertiesVar
public SystemPropertiesVar()Constructor.
-