Mercurial > repos > yufei-luo > s_mart
comparison commons/pyRepetUnit/doc/commons.Checker-module.html @ 31:0ab839023fe4
Uploaded
| author | m-zytnicki |
|---|---|
| date | Tue, 30 Apr 2013 14:33:21 -0400 |
| parents | 94ab73e8a190 |
| children |
comparison
equal
deleted
inserted
replaced
| 30:5677346472b5 | 31:0ab839023fe4 |
|---|---|
| 1 <?xml version="1.0" encoding="ascii"?> | |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| 3 "DTD/xhtml1-transitional.dtd"> | |
| 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| 5 <head> | |
| 6 <title>commons.Checker</title> | |
| 7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> | |
| 8 <script type="text/javascript" src="epydoc.js"></script> | |
| 9 </head> | |
| 10 | |
| 11 <body bgcolor="white" text="black" link="blue" vlink="#204080" | |
| 12 alink="#204080"> | |
| 13 <!-- ==================== NAVIGATION BAR ==================== --> | |
| 14 <table class="navbar" border="0" width="100%" cellpadding="0" | |
| 15 bgcolor="#a0c0ff" cellspacing="0"> | |
| 16 <tr valign="middle"> | |
| 17 | |
| 18 <!-- Tree link --> | |
| 19 <th> <a | |
| 20 href="module-tree.html">Trees</a> </th> | |
| 21 | |
| 22 <!-- Index link --> | |
| 23 <th> <a | |
| 24 href="identifier-index.html">Indices</a> </th> | |
| 25 | |
| 26 <!-- Help link --> | |
| 27 <th> <a | |
| 28 href="help.html">Help</a> </th> | |
| 29 | |
| 30 <th class="navbar" width="100%"></th> | |
| 31 </tr> | |
| 32 </table> | |
| 33 <table width="100%" cellpadding="0" cellspacing="0"> | |
| 34 <tr valign="top"> | |
| 35 <td width="100%"> | |
| 36 <span class="breadcrumbs"> | |
| 37 Package commons :: | |
| 38 Module Checker | |
| 39 </span> | |
| 40 </td> | |
| 41 <td> | |
| 42 <table cellpadding="0" cellspacing="0"> | |
| 43 <!-- hide/show private --> | |
| 44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" | |
| 45 onclick="toggle_private();">hide private</a>]</span></td></tr> | |
| 46 <tr><td align="right"><span class="options" | |
| 47 >[<a href="frames.html" target="_top">frames</a | |
| 48 >] | <a href="commons.Checker-module.html" | |
| 49 target="_top">no frames</a>]</span></td></tr> | |
| 50 </table> | |
| 51 </td> | |
| 52 </tr> | |
| 53 </table> | |
| 54 <!-- ==================== MODULE DESCRIPTION ==================== --> | |
| 55 <h1 class="epydoc">Module Checker</h1><p class="nomargin-top"><span class="codelink"><a href="commons.Checker-pysrc.html">source code</a></span></p> | |
| 56 <p>Created on 9 avr. 2009</p> | |
| 57 | |
| 58 <hr /> | |
| 59 <div class="fields"> <p><strong>Author:</strong> | |
| 60 oinizan | |
| 61 </p> | |
| 62 </div><!-- ==================== CLASSES ==================== --> | |
| 63 <a name="section-Classes"></a> | |
| 64 <table class="summary" border="1" cellpadding="3" | |
| 65 cellspacing="0" width="100%" bgcolor="white"> | |
| 66 <tr bgcolor="#70b0f0" class="table-header"> | |
| 67 <td colspan="2" class="table-header"> | |
| 68 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| 69 <tr valign="top"> | |
| 70 <td align="left"><span class="table-header">Classes</span></td> | |
| 71 <td align="right" valign="top" | |
| 72 ><span class="options">[<a href="#section-Classes" | |
| 73 class="privatelink" onclick="toggle_private();" | |
| 74 >hide private</a>]</span></td> | |
| 75 </tr> | |
| 76 </table> | |
| 77 </td> | |
| 78 </tr> | |
| 79 <tr> | |
| 80 <td width="15%" align="right" valign="top" class="summary"> | |
| 81 <span class="summary-type"> </span> | |
| 82 </td><td class="summary"> | |
| 83 <a href="commons.Checker.Checker-class.html" class="summary-name">Checker</a><br /> | |
| 84 A concrete checker implementation with a logging. | |
| 85 </td> | |
| 86 </tr> | |
| 87 <tr> | |
| 88 <td width="15%" align="right" valign="top" class="summary"> | |
| 89 <span class="summary-type"> </span> | |
| 90 </td><td class="summary"> | |
| 91 <a href="commons.Checker.CheckerException-class.html" class="summary-name">CheckerException</a><br /> | |
| 92 Exception raised during check. | |
| 93 </td> | |
| 94 </tr> | |
| 95 <tr> | |
| 96 <td width="15%" align="right" valign="top" class="summary"> | |
| 97 <span class="summary-type"> </span> | |
| 98 </td><td class="summary"> | |
| 99 <a href="commons.Checker.ConfigChecker-class.html" class="summary-name">ConfigChecker</a><br /> | |
| 100 A checker for config file. | |
| 101 </td> | |
| 102 </tr> | |
| 103 <tr> | |
| 104 <td width="15%" align="right" valign="top" class="summary"> | |
| 105 <span class="summary-type"> </span> | |
| 106 </td><td class="summary"> | |
| 107 <a href="commons.Checker.ConfigException-class.html" class="summary-name">ConfigException</a><br /> | |
| 108 A exception raised by check method class ConfigChecker | |
| 109 </td> | |
| 110 </tr> | |
| 111 <tr> | |
| 112 <td width="15%" align="right" valign="top" class="summary"> | |
| 113 <span class="summary-type"> </span> | |
| 114 </td><td class="summary"> | |
| 115 <a href="commons.Checker.IChecker-class.html" class="summary-name">IChecker</a><br /> | |
| 116 Interface emulation for a checker | |
| 117 </td> | |
| 118 </tr> | |
| 119 <tr class="private"> | |
| 120 <td width="15%" align="right" valign="top" class="summary"> | |
| 121 <span class="summary-type"> </span> | |
| 122 </td><td class="summary"> | |
| 123 <a href="commons.Checker._Logger-class.html" class="summary-name" onclick="show_private();">_Logger</a> | |
| 124 </td> | |
| 125 </tr> | |
| 126 </table> | |
| 127 <!-- ==================== VARIABLES ==================== --> | |
| 128 <a name="section-Variables"></a> | |
| 129 <table class="summary" border="1" cellpadding="3" | |
| 130 cellspacing="0" width="100%" bgcolor="white"> | |
| 131 <tr bgcolor="#70b0f0" class="table-header"> | |
| 132 <td colspan="2" class="table-header"> | |
| 133 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| 134 <tr valign="top"> | |
| 135 <td align="left"><span class="table-header">Variables</span></td> | |
| 136 <td align="right" valign="top" | |
| 137 ><span class="options">[<a href="#section-Variables" | |
| 138 class="privatelink" onclick="toggle_private();" | |
| 139 >hide private</a>]</span></td> | |
| 140 </tr> | |
| 141 </table> | |
| 142 </td> | |
| 143 </tr> | |
| 144 <tr> | |
| 145 <td width="15%" align="right" valign="top" class="summary"> | |
| 146 <span class="summary-type"> </span> | |
| 147 </td><td class="summary"> | |
| 148 <a name="DEFAULT_LOGGER_NAME"></a><span class="summary-name">DEFAULT_LOGGER_NAME</span> = <code title="'log02'"><code class="variable-quote">'</code><code class="variable-string">log02</code><code class="variable-quote">'</code></code> | |
| 149 </td> | |
| 150 </tr> | |
| 151 <tr> | |
| 152 <td width="15%" align="right" valign="top" class="summary"> | |
| 153 <span class="summary-type"> </span> | |
| 154 </td><td class="summary"> | |
| 155 <a href="commons.Checker-module.html#LOG_FILE" class="summary-name">LOG_FILE</a> = <code title="'/home/oinizan/workspace/repet_pipe/pyRepetUnit/blaster/check/longconf\ | |
| 156 .ini'"><code class="variable-quote">'</code><code class="variable-string">/home/oinizan/workspace/repet_pipe/pyRepetUnit/bla</code><code class="variable-ellipsis">...</code></code> | |
| 157 </td> | |
| 158 </tr> | |
| 159 </table> | |
| 160 <!-- ==================== VARIABLES DETAILS ==================== --> | |
| 161 <a name="section-VariablesDetails"></a> | |
| 162 <table class="details" border="1" cellpadding="3" | |
| 163 cellspacing="0" width="100%" bgcolor="white"> | |
| 164 <tr bgcolor="#70b0f0" class="table-header"> | |
| 165 <td colspan="2" class="table-header"> | |
| 166 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| 167 <tr valign="top"> | |
| 168 <td align="left"><span class="table-header">Variables Details</span></td> | |
| 169 <td align="right" valign="top" | |
| 170 ><span class="options">[<a href="#section-VariablesDetails" | |
| 171 class="privatelink" onclick="toggle_private();" | |
| 172 >hide private</a>]</span></td> | |
| 173 </tr> | |
| 174 </table> | |
| 175 </td> | |
| 176 </tr> | |
| 177 </table> | |
| 178 <a name="LOG_FILE"></a> | |
| 179 <div> | |
| 180 <table class="details" border="1" cellpadding="3" | |
| 181 cellspacing="0" width="100%" bgcolor="white"> | |
| 182 <tr><td> | |
| 183 <h3 class="epydoc">LOG_FILE</h3> | |
| 184 | |
| 185 <dl class="fields"> | |
| 186 </dl> | |
| 187 <dl class="fields"> | |
| 188 <dt>Value:</dt> | |
| 189 <dd><table><tr><td><pre class="variable"> | |
| 190 <code class="variable-quote">'</code><code class="variable-string">/home/oinizan/workspace/repet_pipe/pyRepetUnit/blaster/check/longconf</code><span class="variable-linewrap"><img src="crarr.png" alt="\" /></span> | |
| 191 <code class="variable-string">.ini</code><code class="variable-quote">'</code> | |
| 192 </pre></td></tr></table> | |
| 193 </dd> | |
| 194 </dl> | |
| 195 </td></tr></table> | |
| 196 </div> | |
| 197 <br /> | |
| 198 <!-- ==================== NAVIGATION BAR ==================== --> | |
| 199 <table class="navbar" border="0" width="100%" cellpadding="0" | |
| 200 bgcolor="#a0c0ff" cellspacing="0"> | |
| 201 <tr valign="middle"> | |
| 202 | |
| 203 <!-- Tree link --> | |
| 204 <th> <a | |
| 205 href="module-tree.html">Trees</a> </th> | |
| 206 | |
| 207 <!-- Index link --> | |
| 208 <th> <a | |
| 209 href="identifier-index.html">Indices</a> </th> | |
| 210 | |
| 211 <!-- Help link --> | |
| 212 <th> <a | |
| 213 href="help.html">Help</a> </th> | |
| 214 | |
| 215 <th class="navbar" width="100%"></th> | |
| 216 </tr> | |
| 217 </table> | |
| 218 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> | |
| 219 <tr> | |
| 220 <td align="left" class="footer"> | |
| 221 Generated by Epydoc 3.0.1 on Fri Apr 10 16:39:01 2009 | |
| 222 </td> | |
| 223 <td align="right" class="footer"> | |
| 224 <a target="mainFrame" href="http://epydoc.sourceforge.net" | |
| 225 >http://epydoc.sourceforge.net</a> | |
| 226 </td> | |
| 227 </tr> | |
| 228 </table> | |
| 229 | |
| 230 <script type="text/javascript"> | |
| 231 <!-- | |
| 232 // Private objects are initially displayed (because if | |
| 233 // javascript is turned off then we want them to be | |
| 234 // visible); but by default, we want to hide them. So hide | |
| 235 // them unless we have a cookie that says to show them. | |
| 236 checkCookie(); | |
| 237 // --> | |
| 238 </script> | |
| 239 </body> | |
| 240 </html> |
