--- a/Documentation/Source/eric5.Utilities.FtpUtilities.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Utilities.FtpUtilities.html Sun Sep 29 18:23:27 2013 +0200 @@ -82,7 +82,7 @@ <td>Private method to parse a Windows date and time indication modifying the given URL info object.</td> </tr><tr> <td><a href="#FtpDirLineParser.__splitUnixLine">__splitUnixLine</a></td> -<td>Split a line of a Unix like directory listing into meta data, number of links, user, group, size, month, day, year or time and name.</td> +<td>Private method to split a line of a Unix like directory listing.</td> </tr><tr> <td><a href="#FtpDirLineParser.parseLine">parseLine</a></td> <td>Private method to parse a directory listing line.</td> @@ -132,12 +132,6 @@ <dd> URL info object containing the valid data (E5UrlInfo) </dd> -</dl><dl> -<dt>Raises <b>FtpDirLineParserError</b>:</dt> -<dd> -Raised if the line is not of a - recognized Unix format. -</dd> </dl><a NAME="FtpDirLineParser.__parseUnixMode" ID="FtpDirLineParser.__parseUnixMode"></a> <h4>FtpDirLineParser.__parseUnixMode</h4> <b>__parseUnixMode</b>(<i>modeString, urlInfo</i>) @@ -244,10 +238,16 @@ <h4>FtpDirLineParser.__splitUnixLine</h4> <b>__splitUnixLine</b>(<i>line</i>) <p> - Split a line of a Unix like directory listing into meta data, - number of links, user, group, size, month, day, year or time - and name. + Private method to split a line of a Unix like directory listing. +</p><p> + It splits the line into meta data, number of links, user, group, size, + month, day, year or time and name. </p><dl> +<dt><i>line</i></dt> +<dd> +directory line to split (string) +</dd> +</dl><dl> <dt>Returns:</dt> <dd> tuple of nine strings giving the meta data, @@ -279,12 +279,6 @@ <dd> URL info object containing the valid data (E5UrlInfo) </dd> -</dl><dl> -<dt>Raises <b>FtpDirLineParserError</b>:</dt> -<dd> -Raised if the line is not of a - recognized format. -</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr />