Package org.apache.juneau.svl.vars
Class ArgsVar
java.lang.Object
org.apache.juneau.svl.Var
org.apache.juneau.svl.SimpleVar
org.apache.juneau.svl.DefaultingVar
org.apache.juneau.svl.vars.ArgsVar
JVM args variable resolver.
 
 The format for this var is 
This variable resolver requires that the command-line arguments be made available through any of the following:
- "sun.java.command" system property.
- "juneau.args" system property.
- init(Args)has been called.
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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.svl.DefaultingVardoResolveMethods inherited from class org.apache.juneau.svl.VarallowNested, allowRecurse, canResolve, getName
- 
Field Details- 
NAMEThe name of this variable.- See Also:
 
 
- 
- 
Constructor Details- 
ArgsVarpublic ArgsVar()Constructor.
 
- 
- 
Method Details