Package pybaz :: Package backends :: Module commandline :: Class CommandLineBackend
[frames | no frames]

Type 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
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary

str

command: Name of the command line program.
  compatibility

logger.Logger

logger: Command line logger.

factory of SpawningStrategy

spawning_strategy: SpawningStrategy factory used to create the spawner.
  version: The current command version.

Property Details

command

Name of the command line program.

logger

Command line logger.

spawning_strategy

SpawningStrategy factory used to create the spawner.

version

The current command version.

Instance of pybaz.compat.BazaarCommandVersion.


Generated by Epydoc 2.1 on Fri Jul 7 17:05:34 2006 http://epydoc.sf.net