metaonly interface xdc.tools.ICmd

Generic xdc-script (xs) command

XDCspec summary sourced in xdc/tools/ICmd.xdc
metaonly interface ICmd {  ...
instance:  ...
XDCspec declarations sourced in xdc/tools/ICmd.xdc
package xdc.tools;
 
metaonly interface ICmd {
module-wide config parameters
    config String usage// Usage for this command[] = [ ];
module-wide functions
 
instance:
per-instance functions
    Any run// Underlying implementation(Cmdr.Instance cmdr, String args[]);
}
config ICmd.usage  // module-wide

Usage for this command

XDCspec declarations sourced in xdc/tools/ICmd.xdc
config String usage[] = [ ];
ICmd.exec()  // module-wide

'xs' script entry point

XDCspec declarations sourced in xdc/tools/ICmd.xdc
function exec(args);
ICmd.main()  // module-wide

'xs' shell entry point

XDCspec declarations sourced in xdc/tools/ICmd.xdc
function main(args);
ICmd.run()  // instance

Underlying implementation

XDCspec declarations sourced in xdc/tools/ICmd.xdc
Any run(Cmdr.Instance cmdr, String args[]);
generated on Tue, 24 Aug 2010 15:39:21 GMT