| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Module dist :: Class KiwiInstallLib | 
 | 
Command--+ |install_lib--+ | KiwiInstallLib
| Method Summary | |
|---|---|
| generate_template(self) | |
| Return the list of files that would be installed if this command were actually run. | |
| install(self) | |
| Inherited from install_lib | |
|  | |
|  | |
| Set final values for all the options that this command supports. | |
| Get the list of files that are input to this command, ie. | |
| Set default values for all the options that this command supports. | |
| A command's raison d'etre: carry out the action it exists to perform, controlled by the options initialized in 'initialize_options()', customized by other commands, the setup script, the command-line, and config files, and finalized in 'finalize_options()'. | |
| Inherited from Command | |
| If the current verbosity level is of greater than or equal to 'level' print 'msg' to stdout. | |
| Copy a file respecting verbose, dry-run and force flags. | |
| Copy an entire directory tree respecting verbose, dry-run, and force flags. | |
| Print 'msg' to stdout if the global DEBUG (taken from the DISTUTILS_DEBUG environment variable) flag is true. | |
|  | |
|  | |
| Ensure that 'option' is the name of an existing file. | |
|  | |
| Ensure that 'option' is a string; if not defined, set it to 'default'. | |
| Ensure that 'option' is a list of strings. | |
|  | |
|  | |
| Wrapper around Distribution's 'get_command_obj()' method: find (create if necessary and 'create' is true) the command object for 'command', call its 'ensure_finalized()' method, and return the finalized command object. | |
| Determine the sub-commands that are relevant in the current distribution (ie., that need to be run). | |
|  | |
| Special case of 'execute()' for operations that process one or more input files and generate one output file. | |
|  | |
| Move a file respectin dry-run flag. | |
|  | |
| Run some other command: uses the 'run_command()' method of Distribution, which creates and finalizes the command object if necessary and then invokes its 'run()' method. | |
| Set the values of any "undefined" options from corresponding option values in some other command object. | |
| Spawn an external command respecting dry-run flag. | |
|  | |
| Class Variable Summary | |
|---|---|
| dict | global_resources={}                                     | 
| dict | resources={}                                            | 
| Inherited from install_lib | |
| list | boolean_options=['force', 'compile', 'skip-build']      | 
| str | description='install all Python modules (extensions an... | 
| dict | negative_opt={'no-compile': 'compile'}                  | 
| list | user_options=[('install-dir=', 'd', 'directory to inst... | 
| Inherited from Command | |
| list | sub_commands=[]                                         | 
| Method Details | 
|---|
| get_outputs(self)Return the list of files that would be installed if this command were actually run. Not affected by the "dry-run" flag or whether modules have actually been built yet.
 | 
| Class Variable Details | 
|---|
| global_resources
 | 
| resources
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:53 2007 | http://epydoc.sf.net |