Package rosdep :: Module freebsd :: Class FreeBSD
[frames] | no frames]

Class FreeBSD

source code

roslib.os_detect.OSBase --+    
                          |    
   roslib.os_detect.FreeBSD --+
                              |
roslib.os_detect.OSBase --+   |
                          |   |
   base_rosdep.RosdepBaseOS --+
                              |
                             FreeBSD

Instance Methods
 
strip_detected_packages(self, packages)
Take a list of packages and return the subset of that list which is not installed.
source code
 
generate_package_install_command(self, packages, default_yes)
Return the install command necessary for installing all the packages in the list packages as a string.
source code

Inherited from roslib.os_detect.FreeBSD: check_presence, get_name, get_version

Method Details

strip_detected_packages(self, packages)

source code 

Take a list of packages and return the subset of that list which is not installed. (If undetectable keep the package in the list.)

Overrides: base_rosdep.RosdepBaseOS.strip_detected_packages
(inherited documentation)

generate_package_install_command(self, packages, default_yes)

source code 

Return the install command necessary for installing all the packages in the list packages as a string. The option default_yes will pass through an apt-get -y equivilant to the package manager to allow this call to be non interactive in scripts.

Overrides: base_rosdep.RosdepBaseOS.generate_package_install_command
(inherited documentation)