Module shellutils :: Class CygwinShell
[hide private]

Class CygwinShell

source code

Shell --+    
        |    
 WinShell --+
            |
           CygwinShell

Cygwin Shell base class

Instance Methods [hide private]
 
isWindowsWithCygwin(self)
Indicates whether running commands in cygwin shell
source code

Inherited from WinShell: __init__, closeClient, copyFileFromRemoteShare, copyFileIfNeeded, createDirectoryViaShellCommand, createSystem32Link, deleteDirectoryViaShellCommand, deleteFile, deleteRemoteFileFromShare, fsObjectExists, getCodePage, getShellCmdSeperator, getShellStatusVar, getSystem32DirectoryName, getWindowsErrorCode, is64BitMachine, isWinOs, putFile, rebuildPath, removeSystem32Link, safecat, setCodePage

Inherited from Shell: canCopyFile, createOutputHandler, determineOsLanguage, execAlternateCmds, execAlternateCmdsList, execCmd, execCmdAsBytes, executeCommandAndDecode, executeCommandAndDecodeByMatcher, getCharsetName, getClientType, getCommandSeparator, getCredentialId, getDefaultCommandTimeout, getLastCmdReturnCode, getOsLanguage, getOsType, getOsVersion, getPort, getXML, resolveHost, resolveIp, setSessionLocale, useCharset

Class Variables [hide private]

Inherited from WinShell: DEFAULT_ENGLISH_CODEPAGE, DEFAULT_WIN_SHARE

Inherited from Shell: NO_CMD_RETURN_CODE_ERR_NUMBER

Method Details [hide private]

isWindowsWithCygwin(self)

source code 

Indicates whether running commands in cygwin shell

Overrides: Shell.isWindowsWithCygwin