Class Index | File Index

Classes


Class orion.shell.Parameter

Instances represent parameters that commands can accept.

See:
orion.shell.Command
orion.shell.ParameterType


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/shell/Shell.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
the parameter's default value (specifying this implies that the parameter is optional)
 
the parameter's description
 
the parameter's name
 
the name of the parameter's type (must be either a built-in type or a custom type that has been registered with the Shell)
Class Detail
orion.shell.Parameter()
Field Detail
{Object} defaultValue
the parameter's default value (specifying this implies that the parameter is optional)

{String} description
the parameter's description

{String} name
the parameter's name

{String|Object} type
the name of the parameter's type (must be either a built-in type or a custom type that has been registered with the Shell)

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:24 GMT-0400 (EDT)