Home | Trees | Index | Help |
---|
Package pybaz :: Package backends :: Module commandline :: Class CommandLineBackend |
|
object
--+
|
CommandLineBackend
Facade for command-line back-end options.
Method Summary | |
---|---|
__init__(self,
command,
module,
spawning,
logger)
| |
null_cmd(self,
args,
chdir)
| |
one_cmd(self,
args,
chdir)
| |
sequence_cmd(self,
args,
expected,
chdir,
stderr_too)
| |
status_cmd(self,
args,
expected,
chdir)
| |
status_one_cmd(self,
args,
expected,
chdir)
| |
status_text_cmd(self,
args,
expected)
| |
text_cmd(self,
args,
chdir)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Property Summary | |
---|---|
command : Name of the command line program. | |
compatibility | |
logger : Command line logger. | |
spawning_strategy : `SpawningStrategy` factory used to create the spawner. | |
version : The current command version. |
Property Details |
---|
commandName of the command line program. :type: str |
loggerCommand line logger. :type: `logger.Logger` |
spawning_strategy`SpawningStrategy` factory used to create the spawner. :type: factory of `SpawningStrategy` |
versionThe current command version. Instance of pybaz.compat.BazaarCommandVersion. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Jul 11 07:23:51 2006 | http://epydoc.sf.net |