rbatch 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.ja.md +14 -5
- data/README.md +164 -154
- data/bin/rbatch-init +21 -13
- data/doc/RBatch/Cmd.html +300 -316
- data/doc/RBatch/CmdException.html +146 -141
- data/doc/RBatch/CmdResult.html +467 -470
- data/doc/RBatch/Config.html +392 -433
- data/doc/RBatch/Controller.html +374 -0
- data/doc/RBatch/DoubleRunCheckException.html +146 -141
- data/doc/RBatch/DoubleRunChecker.html +258 -256
- data/doc/RBatch/Journal.html +332 -0
- data/doc/RBatch/Log.html +636 -805
- data/doc/RBatch/LogException.html +164 -0
- data/doc/RBatch/RBatch/RBatch/ConfigException.html +164 -0
- data/doc/RBatch/RBatch/RBatch.html +163 -0
- data/doc/RBatch/RBatch/VariablesException.html +164 -0
- data/doc/RBatch/RBatch.html +165 -0
- data/doc/RBatch/RunConf/Exception.html +146 -141
- data/doc/RBatch/RunConf.html +478 -532
- data/doc/RBatch/Variables.html +437 -0
- data/doc/RBatch.html +388 -862
- data/doc/created.rid +11 -9
- data/doc/index.html +178 -184
- data/doc/js/darkfish.js +9 -7
- data/doc/lib/rbatch/cmd_rb.html +46 -44
- data/doc/lib/rbatch/config_rb.html +42 -42
- data/doc/lib/rbatch/controller_rb.html +66 -0
- data/doc/lib/rbatch/double_run_checker_rb.html +42 -42
- data/doc/lib/rbatch/journal_rb.html +52 -0
- data/doc/lib/rbatch/log_rb.html +46 -46
- data/doc/lib/rbatch/run_conf_rb.html +42 -42
- data/doc/lib/rbatch/variables_rb.html +54 -0
- data/doc/lib/rbatch/version_rb.html +38 -38
- data/doc/lib/rbatch_rb.html +40 -52
- data/doc/rdoc.css +365 -308
- data/lib/rbatch/cmd.rb +15 -58
- data/lib/rbatch/config.rb +7 -7
- data/lib/rbatch/controller.rb +37 -61
- data/lib/rbatch/double_run_checker.rb +0 -0
- data/lib/rbatch/journal.rb +40 -0
- data/lib/rbatch/log.rb +71 -129
- data/lib/rbatch/run_conf.rb +13 -24
- data/lib/rbatch/variables.rb +82 -0
- data/lib/rbatch/version.rb +1 -1
- data/lib/rbatch.rb +7 -36
- data/sample/.rbatchrc +41 -7
- data/spec/01_rbach_spec.rb +99 -0
- data/spec/{cmd_spec.rb → rbatch/cmd_spec.rb} +40 -43
- data/spec/rbatch/config_spec.rb +67 -0
- data/spec/rbatch/controller_spec.rb +18 -0
- data/spec/{double_run_checker_spec.rb → rbatch/double_run_checker_spec.rb} +3 -0
- data/spec/rbatch/journal_spec.rb +29 -0
- data/spec/rbatch/log_spec.rb +350 -0
- data/spec/{run_conf_spec.rb → rbatch/run_conf_spec.rb} +13 -5
- data/spec/rbatch/variables_spec.rb +68 -0
- data/spec/spec_helper.rb +4 -5
- metadata +33 -17
- data/lib/rbatch/common_config.rb +0 -0
- data/spec/common_config_spec.rb +0 -85
- data/spec/config_spec.rb +0 -79
- data/spec/log_spec.rb +0 -430
- data/spec/rbatch_spec.rb +0 -22
@@ -0,0 +1,374 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
7
|
+
|
8
|
+
<title>Class: RBatch::Controller</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
|
11
|
+
|
12
|
+
<script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
|
13
|
+
<script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
|
14
|
+
<script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
|
15
|
+
<script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body id="top" class="class">
|
19
|
+
|
20
|
+
<div id="metadata">
|
21
|
+
<div id="home-metadata">
|
22
|
+
<div id="home-section" class="section">
|
23
|
+
<h3 class="section-header">
|
24
|
+
<a href="../index.html">Home</a>
|
25
|
+
<a href="../index.html#classes">Classes</a>
|
26
|
+
<a href="../index.html#methods">Methods</a>
|
27
|
+
</h3>
|
28
|
+
</div>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div id="file-metadata">
|
32
|
+
<div id="file-list-section" class="section">
|
33
|
+
<h3 class="section-header">In Files</h3>
|
34
|
+
<div class="section-body">
|
35
|
+
<ul>
|
36
|
+
|
37
|
+
<li><a href="../lib/rbatch/controller_rb.html?TB_iframe=true&height=550&width=785"
|
38
|
+
class="thickbox" title="lib/rbatch/controller.rb">lib/rbatch/controller.rb</a></li>
|
39
|
+
|
40
|
+
</ul>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="class-metadata">
|
48
|
+
|
49
|
+
<!-- Parent Class -->
|
50
|
+
<div id="parent-class-section" class="section">
|
51
|
+
<h3 class="section-header">Parent</h3>
|
52
|
+
|
53
|
+
<p class="link">Object</p>
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
<!-- Method Quickref -->
|
64
|
+
<div id="method-list-section" class="section">
|
65
|
+
<h3 class="section-header">Methods</h3>
|
66
|
+
<ul class="link-list">
|
67
|
+
|
68
|
+
<li><a href="#method-c-new">::new</a></li>
|
69
|
+
|
70
|
+
<li><a href="#method-i-cmd">#cmd</a></li>
|
71
|
+
|
72
|
+
<li><a href="#method-i-common_config">#common_config</a></li>
|
73
|
+
|
74
|
+
<li><a href="#method-i-config">#config</a></li>
|
75
|
+
|
76
|
+
</ul>
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
</div>
|
82
|
+
|
83
|
+
<div id="project-metadata">
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
<div id="classindex-section" class="section project-section">
|
88
|
+
<h3 class="section-header">Class/Module Index
|
89
|
+
<span class="search-toggle"><img src="../images/find.png"
|
90
|
+
height="16" width="16" alt="[+]"
|
91
|
+
title="show/hide quicksearch" /></span></h3>
|
92
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
93
|
+
<fieldset>
|
94
|
+
<legend>Quicksearch</legend>
|
95
|
+
<input type="text" name="quicksearch" value=""
|
96
|
+
class="quicksearch-field" />
|
97
|
+
</fieldset>
|
98
|
+
</form>
|
99
|
+
|
100
|
+
<ul class="link-list">
|
101
|
+
|
102
|
+
<li><a href="../RBatch.html">RBatch</a></li>
|
103
|
+
|
104
|
+
<li><a href="../RBatch/Cmd.html">RBatch::Cmd</a></li>
|
105
|
+
|
106
|
+
<li><a href="../RBatch/CmdException.html">RBatch::CmdException</a></li>
|
107
|
+
|
108
|
+
<li><a href="../RBatch/CmdResult.html">RBatch::CmdResult</a></li>
|
109
|
+
|
110
|
+
<li><a href="../RBatch/Config.html">RBatch::Config</a></li>
|
111
|
+
|
112
|
+
<li><a href="../RBatch/Controller.html">RBatch::Controller</a></li>
|
113
|
+
|
114
|
+
<li><a href="../RBatch/DoubleRunCheckException.html">RBatch::DoubleRunCheckException</a></li>
|
115
|
+
|
116
|
+
<li><a href="../RBatch/DoubleRunChecker.html">RBatch::DoubleRunChecker</a></li>
|
117
|
+
|
118
|
+
<li><a href="../RBatch/Journal.html">RBatch::Journal</a></li>
|
119
|
+
|
120
|
+
<li><a href="../RBatch/Log.html">RBatch::Log</a></li>
|
121
|
+
|
122
|
+
<li><a href="../RBatch/LogException.html">RBatch::LogException</a></li>
|
123
|
+
|
124
|
+
<li><a href="../RBatch/RBatch.html">RBatch::RBatch</a></li>
|
125
|
+
|
126
|
+
<li><a href="../RBatch/RBatch/RBatch.html">RBatch::RBatch::RBatch</a></li>
|
127
|
+
|
128
|
+
<li><a href="../RBatch/RBatch/RBatch/ConfigException.html">RBatch::RBatch::RBatch::ConfigException</a></li>
|
129
|
+
|
130
|
+
<li><a href="../RBatch/RBatch/VariablesException.html">RBatch::RBatch::VariablesException</a></li>
|
131
|
+
|
132
|
+
<li><a href="../RBatch/RunConf.html">RBatch::RunConf</a></li>
|
133
|
+
|
134
|
+
<li><a href="../RBatch/RunConf/Exception.html">RBatch::RunConf::Exception</a></li>
|
135
|
+
|
136
|
+
<li><a href="../RBatch/Variables.html">RBatch::Variables</a></li>
|
137
|
+
|
138
|
+
</ul>
|
139
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
140
|
+
</div>
|
141
|
+
|
142
|
+
|
143
|
+
</div>
|
144
|
+
</div>
|
145
|
+
|
146
|
+
<div id="documentation">
|
147
|
+
<h1 class="class">RBatch::Controller</h1>
|
148
|
+
|
149
|
+
<div id="description" class="description">
|
150
|
+
|
151
|
+
</div><!-- description -->
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
<div id="5Buntitled-5D" class="documentation-section">
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
<!-- Attributes -->
|
165
|
+
<div id="attribute-method-details" class="method-section section">
|
166
|
+
<h3 class="section-header">Attributes</h3>
|
167
|
+
|
168
|
+
|
169
|
+
<div id="vars-attribute-method" class="method-detail">
|
170
|
+
<a name="vars"></a>
|
171
|
+
|
172
|
+
<a name="vars="></a>
|
173
|
+
|
174
|
+
<div class="method-heading attribute-method-heading">
|
175
|
+
<span class="method-name">vars</span><span
|
176
|
+
class="attribute-access-type">[RW]</span>
|
177
|
+
</div>
|
178
|
+
|
179
|
+
<div class="method-description">
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
</div>
|
184
|
+
</div>
|
185
|
+
|
186
|
+
</div><!-- attribute-method-details -->
|
187
|
+
|
188
|
+
|
189
|
+
<!-- Methods -->
|
190
|
+
|
191
|
+
<div id="public-class-method-details" class="method-section section">
|
192
|
+
<h3 class="section-header">Public Class Methods</h3>
|
193
|
+
|
194
|
+
|
195
|
+
<div id="new-method" class="method-detail ">
|
196
|
+
<a name="method-c-new"></a>
|
197
|
+
|
198
|
+
|
199
|
+
<div class="method-heading">
|
200
|
+
<span class="method-name">new</span><span
|
201
|
+
class="method-args">()</span>
|
202
|
+
<span class="method-click-advice">click to toggle source</span>
|
203
|
+
</div>
|
204
|
+
|
205
|
+
|
206
|
+
<div class="method-description">
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
<div class="method-source-code" id="new-source">
|
213
|
+
<pre>
|
214
|
+
<span class="ruby-comment"># File lib/rbatch/controller.rb, line 12</span>
|
215
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>
|
216
|
+
<span class="ruby-ivar">@vars</span> = <span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Variables</span>.<span class="ruby-identifier">new</span>()
|
217
|
+
<span class="ruby-ivar">@journal</span> = <span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Journal</span>.<span class="ruby-identifier">new</span>()
|
218
|
+
<span class="ruby-ivar">@journals</span> = []
|
219
|
+
<span class="ruby-ivar">@user_logs</span> = []
|
220
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>,<span class="ruby-node">"=== START RBatch === (PID=#{$$.to_s})"</span>
|
221
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>, <span class="ruby-node">"RB_HOME : \"#{@vars[:home_dir]}\""</span>
|
222
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>, <span class="ruby-node">"Load Run-Conf: \"#{@vars[:run_conf_path]}\""</span>
|
223
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">2</span>, <span class="ruby-node">"RBatch Variables : #{@vars.inspect}"</span>
|
224
|
+
<span class="ruby-ivar">@common_config</span> = <span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Config</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@vars</span>[<span class="ruby-value">:common_config_path</span>])
|
225
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>, <span class="ruby-node">"Load Config : \"#{@vars[:common_config_path]}\""</span> <span class="ruby-keyword">if</span> <span class="ruby-operator">!</span> <span class="ruby-ivar">@common_config</span>.<span class="ruby-identifier">nil?</span>
|
226
|
+
<span class="ruby-ivar">@config</span> = <span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Config</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@vars</span>[<span class="ruby-value">:config_path</span>])
|
227
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>, <span class="ruby-node">"Load Config : \"#{@vars[:config_path]}\""</span> <span class="ruby-keyword">if</span> <span class="ruby-operator">!</span> <span class="ruby-ivar">@config</span>.<span class="ruby-identifier">nil?</span>
|
228
|
+
|
229
|
+
<span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Log</span>.<span class="ruby-identifier">journal</span> = <span class="ruby-ivar">@journal</span>
|
230
|
+
<span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Log</span>.<span class="ruby-identifier">def_vars</span> = <span class="ruby-ivar">@vars</span>
|
231
|
+
<span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Cmd</span>.<span class="ruby-identifier">def_vars</span> = <span class="ruby-ivar">@vars</span>
|
232
|
+
<span class="ruby-comment"># double_run_check</span>
|
233
|
+
<span class="ruby-keyword">if</span> ( <span class="ruby-ivar">@vars</span>[<span class="ruby-value">:forbid_double_run</span>])
|
234
|
+
<span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">DoubleRunChecker</span>.<span class="ruby-identifier">check</span>(<span class="ruby-ivar">@pvars</span>[<span class="ruby-value">:rogram_base</span>]) <span class="ruby-comment">#raise error if check is NG</span>
|
235
|
+
<span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">DoubleRunChecker</span>.<span class="ruby-identifier">make_lock_file</span>(<span class="ruby-ivar">@vars</span>[<span class="ruby-value">:program_base</span>])
|
236
|
+
<span class="ruby-keyword">end</span>
|
237
|
+
<span class="ruby-comment"># load_lib</span>
|
238
|
+
<span class="ruby-keyword">if</span> <span class="ruby-ivar">@vars</span>[<span class="ruby-value">:auto_lib_load</span>] <span class="ruby-operator">&&</span> <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-ivar">@vars</span>[<span class="ruby-value">:lib_dir</span>])
|
239
|
+
<span class="ruby-constant">Dir</span><span class="ruby-operator">::</span><span class="ruby-identifier">foreach</span>(<span class="ruby-ivar">@vars</span>[<span class="ruby-value">:lib_dir</span>]) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">file</span><span class="ruby-operator">|</span>
|
240
|
+
<span class="ruby-keyword">if</span> <span class="ruby-regexp">/.*rb/</span> <span class="ruby-operator">=~</span> <span class="ruby-identifier">file</span>
|
241
|
+
<span class="ruby-identifier">require</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-ivar">@vars</span>[<span class="ruby-value">:lib_dir</span>],<span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">file</span>,<span class="ruby-string">".rb"</span>))
|
242
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>, <span class="ruby-node">"Load Library : \"#{File.join(@vars[:lib_dir],file)}\" "</span>
|
243
|
+
<span class="ruby-keyword">end</span>
|
244
|
+
<span class="ruby-keyword">end</span>
|
245
|
+
<span class="ruby-keyword">end</span>
|
246
|
+
<span class="ruby-ivar">@journal</span>.<span class="ruby-identifier">put</span> <span class="ruby-value">1</span>, <span class="ruby-node">"Start Script : \"#{@vars[:program_path]}\""</span>
|
247
|
+
<span class="ruby-keyword">end</span></pre>
|
248
|
+
</div><!-- new-source -->
|
249
|
+
|
250
|
+
</div>
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
</div><!-- new-method -->
|
256
|
+
|
257
|
+
|
258
|
+
</div><!-- public-class-method-details -->
|
259
|
+
|
260
|
+
<div id="public-instance-method-details" class="method-section section">
|
261
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
262
|
+
|
263
|
+
|
264
|
+
<div id="cmd-method" class="method-detail ">
|
265
|
+
<a name="method-i-cmd"></a>
|
266
|
+
|
267
|
+
|
268
|
+
<div class="method-heading">
|
269
|
+
<span class="method-name">cmd</span><span
|
270
|
+
class="method-args">(cmd_str,opt)</span>
|
271
|
+
<span class="method-click-advice">click to toggle source</span>
|
272
|
+
</div>
|
273
|
+
|
274
|
+
|
275
|
+
<div class="method-description">
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
<div class="method-source-code" id="cmd-source">
|
282
|
+
<pre>
|
283
|
+
<span class="ruby-comment"># File lib/rbatch/controller.rb, line 47</span>
|
284
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">cmd</span>(<span class="ruby-identifier">cmd_str</span>,<span class="ruby-identifier">opt</span>)
|
285
|
+
<span class="ruby-constant">RBatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Cmd</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">cmd_str</span>,<span class="ruby-identifier">opt</span>).<span class="ruby-identifier">run</span>
|
286
|
+
<span class="ruby-keyword">end</span></pre>
|
287
|
+
</div><!-- cmd-source -->
|
288
|
+
|
289
|
+
</div>
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
</div><!-- cmd-method -->
|
295
|
+
|
296
|
+
|
297
|
+
<div id="common_config-method" class="method-detail ">
|
298
|
+
<a name="method-i-common_config"></a>
|
299
|
+
|
300
|
+
|
301
|
+
<div class="method-heading">
|
302
|
+
<span class="method-name">common_config</span><span
|
303
|
+
class="method-args">()</span>
|
304
|
+
<span class="method-click-advice">click to toggle source</span>
|
305
|
+
</div>
|
306
|
+
|
307
|
+
|
308
|
+
<div class="method-description">
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
<div class="method-source-code" id="common_config-source">
|
315
|
+
<pre>
|
316
|
+
<span class="ruby-comment"># File lib/rbatch/controller.rb, line 46</span>
|
317
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">common_config</span> ; <span class="ruby-ivar">@common_config</span> ; <span class="ruby-keyword">end</span></pre>
|
318
|
+
</div><!-- common_config-source -->
|
319
|
+
|
320
|
+
</div>
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
</div><!-- common_config-method -->
|
326
|
+
|
327
|
+
|
328
|
+
<div id="config-method" class="method-detail ">
|
329
|
+
<a name="method-i-config"></a>
|
330
|
+
|
331
|
+
|
332
|
+
<div class="method-heading">
|
333
|
+
<span class="method-name">config</span><span
|
334
|
+
class="method-args">()</span>
|
335
|
+
<span class="method-click-advice">click to toggle source</span>
|
336
|
+
</div>
|
337
|
+
|
338
|
+
|
339
|
+
<div class="method-description">
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
|
344
|
+
|
345
|
+
<div class="method-source-code" id="config-source">
|
346
|
+
<pre>
|
347
|
+
<span class="ruby-comment"># File lib/rbatch/controller.rb, line 45</span>
|
348
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">config</span> ; <span class="ruby-ivar">@config</span> ; <span class="ruby-keyword">end</span></pre>
|
349
|
+
</div><!-- config-source -->
|
350
|
+
|
351
|
+
</div>
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
</div><!-- config-method -->
|
357
|
+
|
358
|
+
|
359
|
+
</div><!-- public-instance-method-details -->
|
360
|
+
|
361
|
+
</div><!-- 5Buntitled-5D -->
|
362
|
+
|
363
|
+
|
364
|
+
</div><!-- documentation -->
|
365
|
+
|
366
|
+
<div id="validator-badges">
|
367
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
368
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
369
|
+
Rdoc Generator</a> 2</small>.</p>
|
370
|
+
</div>
|
371
|
+
|
372
|
+
</body>
|
373
|
+
</html>
|
374
|
+
|