class Autoproj::RepositoryManagers::Manager
Base class for all repository managers. Subclasses must add the install(entries)
method
Repository managers must be registered in OS_REPOSITORY_MANAGERS
Attributes
@return [Workspace] the workspace
Public Class Methods
Source
# File lib/autoproj/repository_managers/manager.rb, line 14 def initialize(ws) @ws = ws end
Create a repository manager
@param [Workspace] ws the underlying workspace
Public Instance Methods
Source
# File lib/autoproj/repository_managers/manager.rb, line 18 def install(definitions) end
Source
# File lib/autoproj/repository_managers/manager.rb, line 21 def os_dependencies [] end