Beispiel #1
0
    def getUpdateCmd(self):
        """
		Build update command
		@Returns	Update command-line
		"""
        c = Command(self.tool_dir, self.update, None, self.toolbox_dir, None,
                    None, None, None)
        return c.getParsedInstallCommandLine()
Beispiel #2
0
    def getInstallCmd(self):
        """
		Build install command
		@Returns	Install command-line
		"""
        c = Command(self.tool_dir, self.install, None, self.toolbox_dir, None,
                    None, None, None)
        return c.getParsedInstallCommandLine()