Class ClientMgr
In: specsaver.rb
Parent: GenSpecMgr

GenSpecMgr subclass for Clients. Nothing special needed for clientspecs, they are very much the generic model.

Methods
new   
Public Class methods
new( root, p4t, p4u )

Constructor. Provide the client root and tagged and non-tagged P4 client instances.

# File specsaver.rb, line 300
    def initialize( root, p4t, p4u )
	super( "client", root, p4t, p4u )
    end