Package rosdep :: Module debian :: Class Mint
[frames] | no frames]

Class Mint

source code

              AptGetInstall --+
                              |
roslib.os_detect.OSBase --+   |
                          |   |
   base_rosdep.RosdepBaseOS --+
                              |
                             Mint

This is an implementation of a standard interface for interacting with rosdep. Mint is closely coupled to Ubuntu, it will masquerade as ubuntu for the purposes of rosdep.

Instance Methods
 
__init__(self) source code
 
get_version(self)
Return the standardized version for this OS.
source code
 
get_name(self)
Return the standardized name for this OS.
source code
 
check_presence(self)
Return if the specific OS which this class is designed to detect is present.
source code
 
dpkg_detect(self, pkgs) (Inherited from rosdep.debian.AptGetInstall) source code
 
generate_package_install_command(self, packages, default_yes) (Inherited from rosdep.debian.AptGetInstall) source code
 
strip_detected_packages(self, packages) (Inherited from rosdep.debian.AptGetInstall) source code
Method Details

get_version(self)

source code 

Return the standardized version for this OS. (ala Ubuntu Hardy Heron = "8.04")

Overrides: roslib.os_detect.OSBase.get_version
(inherited documentation)

get_name(self)

source code 

Return the standardized name for this OS. (ala Ubuntu Hardy Heron = "ubuntu")

Overrides: roslib.os_detect.OSBase.get_name
(inherited documentation)

check_presence(self)

source code 

Return if the specific OS which this class is designed to detect is present. Only one version of this class should return for any version.

Overrides: roslib.os_detect.OSBase.check_presence
(inherited documentation)