| metaonly interface xdc.tools.ICmd |
 |
 |
Generic xdc-script (xs) command
metaonly interface ICmd { ...
instance: ...
metaonly interface ICmd {
module-wide config parameters
module-wide functions
instance:
per-instance functions
}
| config ICmd.usage // module-wide |
 |
Usage for this command
config String usage[] = [ ];
| ICmd.exec( ) // module-wide |
 |
'xs' script entry point
| ICmd.main( ) // module-wide |
 |
'xs' shell entry point
| per-instance config parameters |
 |
| XDCscript usage |
meta-domain |
var params = new ICmd.Params;
// Instance config-params object
| ICmd.run( ) // per-instance |
 |
Underlying implementation
generated on Thu, 30 Jul 2009 01:11:12 GMT