Class: Rubuild::Build::Dep

Inherits:
Object
  • Object
show all
Defined in:
lib/rubuild/build/dep.rb

Overview

Rubuild::Build::Dep Base class of all dependancy objects in Rubuild. The dependancy object deals only with the maintenance of dependancy information, so subclasses are only necessary if variables are inserted into the dependancy tracking algorithms. For example, modifications to the algorithm would be necessary to support threaded operation. Clients will not usually instantiate instances of Rubuild::Build::Dep directly, but instead use the ‘create_dep’ method of a Rubuild::Build::DepFactory.

Defined Under Namespace

Classes: Error, ProtocolClass

Constant Summary collapse

PROTOCOL =

Protocol object.

Safer::Protocol.create_from_class(ProtocolClass)