diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/buildtools.Command-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/buildtools.Command-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,433 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ __init__(self,
+ executable,
+ path,
+ args=None,
+ name='')
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ setJobId(self,
+ idn)
+ Set the command id. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ setStage(self,
+ stage)
+ Set the command stage. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ jobId(self)
+ Get the command id. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ stage(self)
+ Get the command stage. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ name(self)
+ Get the command name. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ executable(self)
+ Get the command executable. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ path(self)
+ Get the command path. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ cmd(self)
+ Get the command line. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ addArg(self,
+ arg)
+ Add a command line argument. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+ Inherited from object :
+ __delattr__ ,
+ __getattribute__ ,
+ __hash__ ,
+ __new__ ,
+ __reduce__ ,
+ __reduce_ex__ ,
+ __setattr__ ,
+ __str__
+
+ |
+
+
+
+