naether 0.9.2-java → 0.10.0-java
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.md +1 -1
- data/VERSION +1 -1
- data/core-0.10.0.jar +0 -0
- data/doc/Naether.html +314 -171
- data/doc/Naether/Bootstrap.html +442 -125
- data/doc/Naether/Configurator.html +43 -32
- data/doc/Naether/Java.html +486 -73
- data/doc/Naether/Java/JRuby.html +371 -89
- data/doc/Naether/Java/Ruby.html +530 -147
- data/doc/Naether/Maven.html +4 -4
- data/doc/Naether/Notation.html +714 -0
- data/doc/_index.html +11 -4
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +5 -5
- data/doc/frames.html +1 -1
- data/doc/index.html +5 -5
- data/doc/method_list.html +94 -22
- data/doc/top-level-namespace.html +3 -3
- data/lib/naether.rb +33 -6
- data/lib/naether/bootstrap.rb +37 -6
- data/lib/naether/configuration.rb +5 -1
- data/lib/naether/java.rb +63 -12
- data/lib/naether/java/jruby.rb +39 -14
- data/lib/naether/java/ruby.rb +69 -16
- data/lib/naether/maven.rb +1 -1
- data/lib/naether/notation.rb +42 -0
- data/naether.gemspec +5 -25
- data/pom.xml +9 -114
- metadata +72 -152
- data/naether-0.9.2.jar +0 -0
data/README.md
CHANGED
@@ -11,7 +11,7 @@ that can be used by Ruby or Java.
|
|
11
11
|
|
12
12
|
### Ruby
|
13
13
|
|
14
|
-
JRuby 1.6.
|
14
|
+
JRuby 1.6.8 is natively supported. Ruby 1.8.7 and 1.9.3 use [Rjb](http://rjb.rubyforge.org) to proxy over JNI.
|
15
15
|
|
16
16
|
gem install naether
|
17
17
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.10.0
|
data/core-0.10.0.jar
ADDED
Binary file
|
data/doc/Naether.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Naether
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -95,7 +95,7 @@
|
|
95
95
|
|
96
96
|
<dt class="r2 last">Defined in:</dt>
|
97
97
|
<dd class="r2 last">lib/naether.rb<span class="defines">,<br />
|
98
|
-
lib/naether/java.rb,<br /> lib/naether/maven.rb,<br /> lib/naether/bootstrap.rb,<br /> lib/naether/java/ruby.rb,<br /> lib/naether/java/jruby.rb,<br /> lib/naether/configuration.rb</span>
|
98
|
+
lib/naether/java.rb,<br /> lib/naether/maven.rb,<br /> lib/naether/notation.rb,<br /> lib/naether/bootstrap.rb,<br /> lib/naether/java/ruby.rb,<br /> lib/naether/java/jruby.rb,<br /> lib/naether/configuration.rb</span>
|
99
99
|
</dd>
|
100
100
|
|
101
101
|
</dl>
|
@@ -104,15 +104,27 @@
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
106
106
|
|
107
|
-
<h1 id="label-Authors">Authors</h1>
|
108
|
-
|
109
|
-
<p>Michael Guymon</p>
|
110
|
-
|
111
107
|
|
112
108
|
</div>
|
113
109
|
</div>
|
114
110
|
<div class="tags">
|
115
111
|
|
112
|
+
<p class="tag_title">Author:</p>
|
113
|
+
<ul class="author">
|
114
|
+
|
115
|
+
<li>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<div class='inline'>
|
122
|
+
<p>Michael Guymon</p>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
</li>
|
126
|
+
|
127
|
+
</ul>
|
116
128
|
|
117
129
|
</div><h2>Defined Under Namespace</h2>
|
118
130
|
<p class="children">
|
@@ -120,7 +132,7 @@
|
|
120
132
|
|
121
133
|
|
122
134
|
|
123
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Naether/Bootstrap.html" title="Naether::Bootstrap (class)">Bootstrap</a></span>, <span class='object_link'><a href="Naether/Configurator.html" title="Naether::Configurator (class)">Configurator</a></span>, <span class='object_link'><a href="Naether/Java.html" title="Naether::Java (class)">Java</a></span>, <span class='object_link'><a href="Naether/Maven.html" title="Naether::Maven (class)">Maven</a></span>
|
135
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Naether/Bootstrap.html" title="Naether::Bootstrap (class)">Bootstrap</a></span>, <span class='object_link'><a href="Naether/Configurator.html" title="Naether::Configurator (class)">Configurator</a></span>, <span class='object_link'><a href="Naether/Java.html" title="Naether::Java (class)">Java</a></span>, <span class='object_link'><a href="Naether/Maven.html" title="Naether::Maven (class)">Maven</a></span>, <span class='object_link'><a href="Naether/Notation.html" title="Naether::Notation (class)">Notation</a></span>
|
124
136
|
|
125
137
|
|
126
138
|
</p>
|
@@ -191,7 +203,7 @@
|
|
191
203
|
|
192
204
|
|
193
205
|
<span class="summary_desc"><div class='inline'>
|
194
|
-
<p>
|
206
|
+
<p>List of Java dependencies needed to bootstrap Naether.</p>
|
195
207
|
</div></span>
|
196
208
|
|
197
209
|
</li>
|
@@ -515,6 +527,30 @@
|
|
515
527
|
<p>Convert dependencies to Classpath friendly string.</p>
|
516
528
|
</div></span>
|
517
529
|
|
530
|
+
</li>
|
531
|
+
|
532
|
+
|
533
|
+
<li class="public ">
|
534
|
+
<span class="summary_signature">
|
535
|
+
|
536
|
+
<a href="#dependencies_graph-instance_method" title="#dependencies_graph (instance method)">- (Hash) <strong>dependencies_graph</strong>(nodes = nil) </a>
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
</span>
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
|
550
|
+
<span class="summary_desc"><div class='inline'>
|
551
|
+
<p>Dependencies as a Graph of nested Hashes.</p>
|
552
|
+
</div></span>
|
553
|
+
|
518
554
|
</li>
|
519
555
|
|
520
556
|
|
@@ -668,7 +704,7 @@ jar_path.</p>
|
|
668
704
|
<li class="public ">
|
669
705
|
<span class="summary_signature">
|
670
706
|
|
671
|
-
<a href="#load_dependencies_to_classpath-instance_method" title="#load_dependencies_to_classpath (instance method)">- (
|
707
|
+
<a href="#load_dependencies_to_classpath-instance_method" title="#load_dependencies_to_classpath (instance method)">- (Array) <strong>load_dependencies_to_classpath</strong> </a>
|
672
708
|
|
673
709
|
|
674
710
|
|
@@ -889,15 +925,15 @@ jar_path.</p>
|
|
889
925
|
<pre class="lines">
|
890
926
|
|
891
927
|
|
892
|
-
59
|
893
928
|
60
|
894
|
-
61
|
929
|
+
61
|
930
|
+
62</pre>
|
895
931
|
</td>
|
896
932
|
<td>
|
897
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
933
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 60</span>
|
898
934
|
|
899
935
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_initialize identifier id'>initialize</span>
|
900
|
-
<span class='rubyid_@resolver ivar id'>@resolver</span> <span class='assign token'>=</span> <span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_create identifier id'>create</span><span class='lparen token'>(</span><span class='string val'>'com.tobedevoured.naether.
|
936
|
+
<span class='rubyid_@resolver ivar id'>@resolver</span> <span class='assign token'>=</span> <span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_create identifier id'>create</span><span class='lparen token'>(</span><span class='string val'>'com.tobedevoured.naether.impl.NaetherImpl'</span><span class='rparen token'>)</span>
|
901
937
|
<span class='rubyid_end end kw'>end</span>
|
902
938
|
</pre>
|
903
939
|
</td>
|
@@ -938,12 +974,12 @@ jar_path.</p>
|
|
938
974
|
<pre class="lines">
|
939
975
|
|
940
976
|
|
941
|
-
27
|
942
977
|
28
|
943
|
-
29
|
978
|
+
29
|
979
|
+
30</pre>
|
944
980
|
</td>
|
945
981
|
<td>
|
946
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
982
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 28</span>
|
947
983
|
|
948
984
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_resolver identifier id'>resolver</span>
|
949
985
|
<span class='rubyid_@resolver ivar id'>@resolver</span>
|
@@ -973,7 +1009,7 @@ jar_path.</p>
|
|
973
1009
|
</h3><div class="docstring">
|
974
1010
|
<div class="discussion">
|
975
1011
|
|
976
|
-
<p>
|
1012
|
+
<p>List of Java dependencies needed to bootstrap Naether</p>
|
977
1013
|
|
978
1014
|
|
979
1015
|
</div>
|
@@ -1016,12 +1052,12 @@ jar_path.</p>
|
|
1016
1052
|
<pre class="lines">
|
1017
1053
|
|
1018
1054
|
|
1019
|
-
35
|
1020
1055
|
36
|
1021
|
-
37
|
1056
|
+
37
|
1057
|
+
38</pre>
|
1022
1058
|
</td>
|
1023
1059
|
<td>
|
1024
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1060
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 36</span>
|
1025
1061
|
|
1026
1062
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_bootstrap_dependencies identifier id'>bootstrap_dependencies</span><span class='lparen token'>(</span> <span class='rubyid_dep_file identifier id'>dep_file</span><span class='assign token'>=</span><span class='rubyid_nil nil kw'>nil</span> <span class='rparen token'>)</span>
|
1027
1063
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Bootstrap constant id'>Bootstrap</span><span class='dot token'>.</span><span class='rubyid_dependencies identifier id'>dependencies</span><span class='lparen token'>(</span> <span class='rubyid_dep_file identifier id'>dep_file</span> <span class='rparen token'>)</span>
|
@@ -1091,13 +1127,13 @@ jar_path.</p>
|
|
1091
1127
|
<pre class="lines">
|
1092
1128
|
|
1093
1129
|
|
1094
|
-
51
|
1095
1130
|
52
|
1096
1131
|
53
|
1097
|
-
54
|
1132
|
+
54
|
1133
|
+
55</pre>
|
1098
1134
|
</td>
|
1099
1135
|
<td>
|
1100
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1136
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 52</span>
|
1101
1137
|
|
1102
1138
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_create_from_jars identifier id'>create_from_jars</span><span class='lparen token'>(</span> <span class='rubyid_jars identifier id'>jars</span> <span class='rparen token'>)</span>
|
1103
1139
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_internal_load_paths identifier id'>internal_load_paths</span><span class='lparen token'>(</span> <span class='rubyid_jars identifier id'>jars</span> <span class='rparen token'>)</span>
|
@@ -1135,12 +1171,12 @@ jar_path.</p>
|
|
1135
1171
|
<pre class="lines">
|
1136
1172
|
|
1137
1173
|
|
1138
|
-
42
|
1139
1174
|
43
|
1140
|
-
44
|
1175
|
+
44
|
1176
|
+
45</pre>
|
1141
1177
|
</td>
|
1142
1178
|
<td>
|
1143
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1179
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 43</span>
|
1144
1180
|
|
1145
1181
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_platform identifier id'>platform</span>
|
1146
1182
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Configuration constant id'>Configuration</span><span class='dot token'>.</span><span class='rubyid_platform identifier id'>platform</span>
|
@@ -1232,12 +1268,12 @@ jar_path.</p>
|
|
1232
1268
|
<pre class="lines">
|
1233
1269
|
|
1234
1270
|
|
1235
|
-
116
|
1236
1271
|
117
|
1237
|
-
118
|
1272
|
+
118
|
1273
|
+
119</pre>
|
1238
1274
|
</td>
|
1239
1275
|
<td>
|
1240
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1276
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 117</span>
|
1241
1277
|
|
1242
1278
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_add_build_artifact identifier id'>add_build_artifact</span><span class='lparen token'>(</span> <span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_path identifier id'>path</span><span class='comma token'>,</span> <span class='rubyid_pom identifier id'>pom</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span> <span class='rparen token'>)</span>
|
1243
1279
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_addBuildArtifact identifier id'>addBuildArtifact</span><span class='lparen token'>(</span><span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_path identifier id'>path</span><span class='comma token'>,</span> <span class='rubyid_pom identifier id'>pom</span> <span class='rparen token'>)</span>
|
@@ -1289,17 +1325,17 @@ jar_path.</p>
|
|
1289
1325
|
<pre class="lines">
|
1290
1326
|
|
1291
1327
|
|
1292
|
-
184
|
1293
1328
|
185
|
1294
1329
|
186
|
1295
1330
|
187
|
1296
1331
|
188
|
1297
1332
|
189
|
1298
1333
|
190
|
1299
|
-
191
|
1334
|
+
191
|
1335
|
+
192</pre>
|
1300
1336
|
</td>
|
1301
1337
|
<td>
|
1302
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1338
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 185</span>
|
1303
1339
|
|
1304
1340
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_add_dependency identifier id'>add_dependency</span><span class='lparen token'>(</span> <span class='rubyid_dependency identifier id'>dependency</span> <span class='rparen token'>)</span>
|
1305
1341
|
<span class='comment val'>#@resolver.addDependency( dependency )</span>
|
@@ -1386,12 +1422,12 @@ jar_path.</p>
|
|
1386
1422
|
<pre class="lines">
|
1387
1423
|
|
1388
1424
|
|
1389
|
-
164
|
1390
1425
|
165
|
1391
|
-
166
|
1426
|
+
166
|
1427
|
+
167</pre>
|
1392
1428
|
</td>
|
1393
1429
|
<td>
|
1394
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1430
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 165</span>
|
1395
1431
|
|
1396
1432
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_add_notation_dependency identifier id'>add_notation_dependency</span><span class='lparen token'>(</span> <span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_scope identifier id'>scope</span><span class='assign token'>=</span><span class='string val'>'compile'</span> <span class='rparen token'>)</span>
|
1397
1433
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_addDependency identifier id'>addDependency</span><span class='lparen token'>(</span> <span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_scope identifier id'>scope</span> <span class='rparen token'>)</span>
|
@@ -1461,17 +1497,17 @@ jar_path.</p>
|
|
1461
1497
|
<pre class="lines">
|
1462
1498
|
|
1463
1499
|
|
1464
|
-
172
|
1465
1500
|
173
|
1466
1501
|
174
|
1467
1502
|
175
|
1468
1503
|
176
|
1469
1504
|
177
|
1470
1505
|
178
|
1471
|
-
179
|
1506
|
+
179
|
1507
|
+
180</pre>
|
1472
1508
|
</td>
|
1473
1509
|
<td>
|
1474
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1510
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 173</span>
|
1475
1511
|
|
1476
1512
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_add_pom_dependencies identifier id'>add_pom_dependencies</span><span class='lparen token'>(</span> <span class='rubyid_pom_path identifier id'>pom_path</span><span class='comma token'>,</span> <span class='rubyid_scopes identifier id'>scopes</span><span class='assign token'>=</span><span class='lbrack token'>[</span><span class='string val'>'compile'</span><span class='rbrack token'>]</span> <span class='rparen token'>)</span>
|
1477
1513
|
<span class='rubyid_if if kw'>if</span> <span class='rubyid_Naether constant id'>Naether</span><span class='dot token'>.</span><span class='rubyid_platform identifier id'>platform</span> <span class='eq op'>==</span> <span class='string val'>'java'</span>
|
@@ -1569,16 +1605,16 @@ jar_path.</p>
|
|
1569
1605
|
<pre class="lines">
|
1570
1606
|
|
1571
1607
|
|
1572
|
-
73
|
1573
1608
|
74
|
1574
1609
|
75
|
1575
1610
|
76
|
1576
1611
|
77
|
1577
1612
|
78
|
1578
|
-
79
|
1613
|
+
79
|
1614
|
+
80</pre>
|
1579
1615
|
</td>
|
1580
1616
|
<td>
|
1581
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1617
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 74</span>
|
1582
1618
|
|
1583
1619
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_add_remote_repository identifier id'>add_remote_repository</span><span class='lparen token'>(</span> <span class='rubyid_url identifier id'>url</span><span class='comma token'>,</span> <span class='rubyid_username identifier id'>username</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span><span class='comma token'>,</span> <span class='rubyid_password identifier id'>password</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span> <span class='rparen token'>)</span>
|
1584
1620
|
<span class='rubyid_if if kw'>if</span> <span class='rubyid_username identifier id'>username</span>
|
@@ -1637,12 +1673,12 @@ jar_path.</p>
|
|
1637
1673
|
<pre class="lines">
|
1638
1674
|
|
1639
1675
|
|
1640
|
-
155
|
1641
1676
|
156
|
1642
|
-
157
|
1677
|
+
157
|
1678
|
+
158</pre>
|
1643
1679
|
</td>
|
1644
1680
|
<td>
|
1645
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1681
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 156</span>
|
1646
1682
|
|
1647
1683
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_build_artifacts identifier id'>build_artifacts</span>
|
1648
1684
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_array identifier id'>convert_to_ruby_array</span><span class='lparen token'>(</span> <span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getBuildArtifacts identifier id'>getBuildArtifacts</span><span class='lparen token'>(</span><span class='rparen token'>)</span> <span class='rparen token'>)</span>
|
@@ -1700,7 +1736,6 @@ path, :pom => pom_path }</p>
|
|
1700
1736
|
<pre class="lines">
|
1701
1737
|
|
1702
1738
|
|
1703
|
-
125
|
1704
1739
|
126
|
1705
1740
|
127
|
1706
1741
|
128
|
@@ -1723,10 +1758,11 @@ path, :pom => pom_path }</p>
|
|
1723
1758
|
145
|
1724
1759
|
146
|
1725
1760
|
147
|
1726
|
-
148
|
1761
|
+
148
|
1762
|
+
149</pre>
|
1727
1763
|
</td>
|
1728
1764
|
<td>
|
1729
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1765
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 126</span>
|
1730
1766
|
|
1731
1767
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_build_artifacts= identifier id'>build_artifacts=</span><span class='lparen token'>(</span> <span class='rubyid_artifacts identifier id'>artifacts</span> <span class='rparen token'>)</span>
|
1732
1768
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_clearBuildArtifacts identifier id'>clearBuildArtifacts</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
@@ -1784,12 +1820,12 @@ path, :pom => pom_path }</p>
|
|
1784
1820
|
<pre class="lines">
|
1785
1821
|
|
1786
1822
|
|
1787
|
-
64
|
1788
1823
|
65
|
1789
|
-
66
|
1824
|
+
66
|
1825
|
+
67</pre>
|
1790
1826
|
</td>
|
1791
1827
|
<td>
|
1792
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1828
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 65</span>
|
1793
1829
|
|
1794
1830
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_clear_remote_repositories identifier id'>clear_remote_repositories</span>
|
1795
1831
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_clearRemoteRepositories identifier id'>clearRemoteRepositories</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
@@ -1839,15 +1875,15 @@ path, :pom => pom_path }</p>
|
|
1839
1875
|
<pre class="lines">
|
1840
1876
|
|
1841
1877
|
|
1842
|
-
252
|
1843
1878
|
253
|
1844
|
-
254
|
1879
|
+
254
|
1880
|
+
255</pre>
|
1845
1881
|
</td>
|
1846
1882
|
<td>
|
1847
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1883
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 253</span>
|
1848
1884
|
|
1849
1885
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies identifier id'>dependencies</span>
|
1850
|
-
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_array identifier id'>convert_to_ruby_array</span><span class='lparen token'>(</span> <span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='
|
1886
|
+
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_array identifier id'>convert_to_ruby_array</span><span class='lparen token'>(</span> <span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_currentDependencies identifier id'>currentDependencies</span><span class='lparen token'>(</span><span class='rparen token'>)</span> <span class='rparen token'>)</span>
|
1851
1887
|
<span class='rubyid_end end kw'>end</span>
|
1852
1888
|
</pre>
|
1853
1889
|
</td>
|
@@ -1911,7 +1947,6 @@ path, :pom => pom_path }</p>
|
|
1911
1947
|
<pre class="lines">
|
1912
1948
|
|
1913
1949
|
|
1914
|
-
203
|
1915
1950
|
204
|
1916
1951
|
205
|
1917
1952
|
206
|
@@ -1955,10 +1990,11 @@ path, :pom => pom_path }</p>
|
|
1955
1990
|
244
|
1956
1991
|
245
|
1957
1992
|
246
|
1958
|
-
247
|
1993
|
+
247
|
1994
|
+
248</pre>
|
1959
1995
|
</td>
|
1960
1996
|
<td>
|
1961
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
1997
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 204</span>
|
1962
1998
|
|
1963
1999
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies= identifier id'>dependencies=</span><span class='lparen token'>(</span><span class='rubyid_dependencies identifier id'>dependencies</span><span class='rparen token'>)</span>
|
1964
2000
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_clearDependencies identifier id'>clearDependencies</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
@@ -2050,20 +2086,109 @@ path, :pom => pom_path }</p>
|
|
2050
2086
|
<pre class="lines">
|
2051
2087
|
|
2052
2088
|
|
2053
|
-
274
|
2054
2089
|
275
|
2055
|
-
276
|
2090
|
+
276
|
2091
|
+
277</pre>
|
2056
2092
|
</td>
|
2057
2093
|
<td>
|
2058
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2094
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 275</span>
|
2059
2095
|
|
2060
|
-
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies_classpath identifier id'>dependencies_classpath</span
|
2096
|
+
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies_classpath identifier id'>dependencies_classpath</span>
|
2061
2097
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getResolvedClassPath identifier id'>getResolvedClassPath</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
2062
2098
|
<span class='rubyid_end end kw'>end</span>
|
2063
2099
|
</pre>
|
2064
2100
|
</td>
|
2065
2101
|
</tr>
|
2066
2102
|
</table>
|
2103
|
+
</div>
|
2104
|
+
|
2105
|
+
<div class="method_details ">
|
2106
|
+
<h3 class="signature " id="dependencies_graph-instance_method">
|
2107
|
+
|
2108
|
+
- (<tt>Hash</tt>) <strong>dependencies_graph</strong>(nodes = nil)
|
2109
|
+
|
2110
|
+
|
2111
|
+
|
2112
|
+
|
2113
|
+
|
2114
|
+
</h3><div class="docstring">
|
2115
|
+
<div class="discussion">
|
2116
|
+
|
2117
|
+
<p>Dependencies as a Graph of nested Hashes</p>
|
2118
|
+
|
2119
|
+
|
2120
|
+
</div>
|
2121
|
+
</div>
|
2122
|
+
<div class="tags">
|
2123
|
+
|
2124
|
+
<p class="tag_title">Returns:</p>
|
2125
|
+
<ul class="return">
|
2126
|
+
|
2127
|
+
<li>
|
2128
|
+
|
2129
|
+
|
2130
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
2131
|
+
|
2132
|
+
|
2133
|
+
|
2134
|
+
</li>
|
2135
|
+
|
2136
|
+
</ul>
|
2137
|
+
|
2138
|
+
</div><table class="source_code">
|
2139
|
+
<tr>
|
2140
|
+
<td>
|
2141
|
+
<pre class="lines">
|
2142
|
+
|
2143
|
+
|
2144
|
+
282
|
2145
|
+
283
|
2146
|
+
284
|
2147
|
+
285
|
2148
|
+
286
|
2149
|
+
287
|
2150
|
+
288
|
2151
|
+
289
|
2152
|
+
290
|
2153
|
+
291
|
2154
|
+
292
|
2155
|
+
293
|
2156
|
+
294
|
2157
|
+
295
|
2158
|
+
296
|
2159
|
+
297
|
2160
|
+
298
|
2161
|
+
299
|
2162
|
+
300
|
2163
|
+
301</pre>
|
2164
|
+
</td>
|
2165
|
+
<td>
|
2166
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 282</span>
|
2167
|
+
|
2168
|
+
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies_graph identifier id'>dependencies_graph</span><span class='lparen token'>(</span><span class='rubyid_nodes identifier id'>nodes</span><span class='assign token'>=</span><span class='rubyid_nil nil kw'>nil</span><span class='rparen token'>)</span>
|
2169
|
+
<span class='rubyid_nodes identifier id'>nodes</span> <span class='assign token'>=</span> <span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getDependenciesGraph identifier id'>getDependenciesGraph</span><span class='lparen token'>(</span><span class='rparen token'>)</span> <span class='rubyid_unless unless_mod kw'>unless</span> <span class='rubyid_nodes identifier id'>nodes</span>
|
2170
|
+
|
2171
|
+
<span class='rubyid_graph identifier id'>graph</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span>
|
2172
|
+
<span class='rubyid_if if kw'>if</span> <span class='rubyid_Naether constant id'>Naether</span><span class='dot token'>.</span><span class='rubyid_platform identifier id'>platform</span> <span class='eq op'>==</span> <span class='string val'>'java'</span>
|
2173
|
+
<span class='rubyid_nodes identifier id'>nodes</span><span class='dot token'>.</span><span class='rubyid_each identifier id'>each</span> <span class='rubyid_do do kw'>do</span> <span class='bitor op'>|</span><span class='rubyid_k identifier id'>k</span><span class='comma token'>,</span><span class='rubyid_v identifier id'>v</span><span class='bitor op'>|</span>
|
2174
|
+
<span class='rubyid_deps identifier id'>deps</span> <span class='assign token'>=</span> <span class='rubyid_dependencies_graph identifier id'>dependencies_graph</span><span class='lparen token'>(</span><span class='rubyid_v identifier id'>v</span><span class='rparen token'>)</span>
|
2175
|
+
<span class='rubyid_graph identifier id'>graph</span><span class='lbrack token'>[</span><span class='rubyid_k identifier id'>k</span><span class='rbrack token'>]</span> <span class='assign token'>=</span> <span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_hash identifier id'>convert_to_ruby_hash</span><span class='lparen token'>(</span> <span class='rubyid_deps identifier id'>deps</span> <span class='rparen token'>)</span>
|
2176
|
+
<span class='rubyid_end end kw'>end</span>
|
2177
|
+
<span class='rubyid_else else kw'>else</span>
|
2178
|
+
<span class='rubyid_iterator identifier id'>iterator</span> <span class='assign token'>=</span> <span class='rubyid_nodes identifier id'>nodes</span><span class='dot token'>.</span><span class='rubyid_entrySet identifier id'>entrySet</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='rubyid_iterator identifier id'>iterator</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='semicolon token'>;</span>
|
2179
|
+
<span class='rubyid_while while kw'>while</span> <span class='rubyid_iterator identifier id'>iterator</span><span class='dot token'>.</span><span class='rubyid_hasNext identifier id'>hasNext</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
2180
|
+
<span class='rubyid_entry identifier id'>entry</span> <span class='assign token'>=</span> <span class='rubyid_iterator identifier id'>iterator</span><span class='dot token'>.</span><span class='rubyid_next identifier id'>next</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
2181
|
+
<span class='rubyid_deps identifier id'>deps</span> <span class='assign token'>=</span> <span class='rubyid_dependencies_graph identifier id'>dependencies_graph</span><span class='lparen token'>(</span><span class='rubyid_entry identifier id'>entry</span><span class='dot token'>.</span><span class='rubyid_getValue identifier id'>getValue</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='rparen token'>)</span>
|
2182
|
+
<span class='rubyid_graph identifier id'>graph</span><span class='lbrack token'>[</span><span class='rubyid_entry identifier id'>entry</span><span class='dot token'>.</span><span class='rubyid_getKey identifier id'>getKey</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='rubyid_toString identifier id'>toString</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='rbrack token'>]</span> <span class='assign token'>=</span> <span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_hash identifier id'>convert_to_ruby_hash</span><span class='lparen token'>(</span> <span class='rubyid_deps identifier id'>deps</span> <span class='rparen token'>)</span>
|
2183
|
+
<span class='rubyid_end end kw'>end</span>
|
2184
|
+
<span class='rubyid_end end kw'>end</span>
|
2185
|
+
|
2186
|
+
<span class='rubyid_graph identifier id'>graph</span>
|
2187
|
+
<span class='rubyid_end end kw'>end</span>
|
2188
|
+
</pre>
|
2189
|
+
</td>
|
2190
|
+
</tr>
|
2191
|
+
</table>
|
2067
2192
|
</div>
|
2068
2193
|
|
2069
2194
|
<div class="method_details ">
|
@@ -2117,12 +2242,12 @@ path, :pom => pom_path }</p>
|
|
2117
2242
|
<pre class="lines">
|
2118
2243
|
|
2119
2244
|
|
2120
|
-
260
|
2121
2245
|
261
|
2122
|
-
262
|
2246
|
+
262
|
2247
|
+
263</pre>
|
2123
2248
|
</td>
|
2124
2249
|
<td>
|
2125
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2250
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 261</span>
|
2126
2251
|
|
2127
2252
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies_notation identifier id'>dependencies_notation</span>
|
2128
2253
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_array identifier id'>convert_to_ruby_array</span><span class='lparen token'>(</span><span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getDependenciesNotation identifier id'>getDependenciesNotation</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='comma token'>,</span> <span class='rubyid_true true kw'>true</span><span class='rparen token'>)</span>
|
@@ -2177,12 +2302,12 @@ path, :pom => pom_path }</p>
|
|
2177
2302
|
<pre class="lines">
|
2178
2303
|
|
2179
2304
|
|
2180
|
-
267
|
2181
2305
|
268
|
2182
|
-
269
|
2306
|
+
269
|
2307
|
+
270</pre>
|
2183
2308
|
</td>
|
2184
2309
|
<td>
|
2185
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2310
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 268</span>
|
2186
2311
|
|
2187
2312
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_dependencies_path identifier id'>dependencies_path</span>
|
2188
2313
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_hash identifier id'>convert_to_ruby_hash</span><span class='lparen token'>(</span> <span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getDependenciesPath identifier id'>getDependenciesPath</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='comma token'>,</span> <span class='rubyid_true true kw'>true</span> <span class='rparen token'>)</span>
|
@@ -2359,28 +2484,28 @@ path, :pom => pom_path }</p>
|
|
2359
2484
|
<pre class="lines">
|
2360
2485
|
|
2361
2486
|
|
2362
|
-
|
2363
|
-
|
2364
|
-
|
2365
|
-
|
2366
|
-
|
2367
|
-
|
2368
|
-
|
2369
|
-
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2373
|
-
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
|
2378
|
-
|
2379
|
-
|
2380
|
-
|
2487
|
+
392
|
2488
|
+
393
|
2489
|
+
394
|
2490
|
+
395
|
2491
|
+
396
|
2492
|
+
397
|
2493
|
+
398
|
2494
|
+
399
|
2495
|
+
400
|
2496
|
+
401
|
2497
|
+
402
|
2498
|
+
403
|
2499
|
+
404
|
2500
|
+
405
|
2501
|
+
406
|
2502
|
+
407
|
2503
|
+
408
|
2504
|
+
409
|
2505
|
+
410</pre>
|
2381
2506
|
</td>
|
2382
2507
|
<td>
|
2383
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2508
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 392</span>
|
2384
2509
|
|
2385
2510
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_deploy_artifact identifier id'>deploy_artifact</span><span class='lparen token'>(</span> <span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_file_path identifier id'>file_path</span><span class='comma token'>,</span> <span class='rubyid_url identifier id'>url</span><span class='comma token'>,</span> <span class='rubyid_opts identifier id'>opts</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span> <span class='rparen token'>)</span>
|
2386
2511
|
<span class='rubyid_artifact identifier id'>artifact</span> <span class='assign token'>=</span> <span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_create identifier id'>create</span><span class='lparen token'>(</span> <span class='string val'>"com.tobedevoured.naether.deploy.DeployArtifact"</span> <span class='rparen token'>)</span>
|
@@ -2466,29 +2591,29 @@ path, :pom => pom_path }</p>
|
|
2466
2591
|
<pre class="lines">
|
2467
2592
|
|
2468
2593
|
|
2469
|
-
|
2470
|
-
|
2471
|
-
|
2472
|
-
|
2473
|
-
|
2474
|
-
|
2475
|
-
|
2476
|
-
|
2477
|
-
|
2478
|
-
|
2479
|
-
|
2480
|
-
|
2481
|
-
|
2482
|
-
|
2483
|
-
|
2484
|
-
|
2485
|
-
|
2486
|
-
|
2487
|
-
|
2488
|
-
|
2594
|
+
359
|
2595
|
+
360
|
2596
|
+
361
|
2597
|
+
362
|
2598
|
+
363
|
2599
|
+
364
|
2600
|
+
365
|
2601
|
+
366
|
2602
|
+
367
|
2603
|
+
368
|
2604
|
+
369
|
2605
|
+
370
|
2606
|
+
371
|
2607
|
+
372
|
2608
|
+
373
|
2609
|
+
374
|
2610
|
+
375
|
2611
|
+
376
|
2612
|
+
377
|
2613
|
+
378</pre>
|
2489
2614
|
</td>
|
2490
2615
|
<td>
|
2491
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2616
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 359</span>
|
2492
2617
|
|
2493
2618
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_download_artifacts identifier id'>download_artifacts</span><span class='lparen token'>(</span> <span class='rubyid_notations identifier id'>notations</span> <span class='rparen token'>)</span>
|
2494
2619
|
<span class='rubyid_if if kw'>if</span><span class='lparen token'>(</span> <span class='rubyid_notations identifier id'>notations</span><span class='dot token'>.</span><span class='rubyid_is_a? fid id'>is_a?</span> <span class='rubyid_String constant id'>String</span> <span class='rparen token'>)</span>
|
@@ -2584,12 +2709,12 @@ jar_path</p>
|
|
2584
2709
|
<pre class="lines">
|
2585
2710
|
|
2586
2711
|
|
2587
|
-
|
2588
|
-
|
2589
|
-
|
2712
|
+
417
|
2713
|
+
418
|
2714
|
+
419</pre>
|
2590
2715
|
</td>
|
2591
2716
|
<td>
|
2592
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2717
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 417</span>
|
2593
2718
|
|
2594
2719
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_install identifier id'>install</span><span class='lparen token'>(</span> <span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_pom_path identifier id'>pom_path</span> <span class='assign token'>=</span><span class='rubyid_nil nil kw'>nil</span><span class='comma token'>,</span> <span class='rubyid_jar_path identifier id'>jar_path</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span> <span class='rparen token'>)</span>
|
2595
2720
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_install identifier id'>install</span><span class='lparen token'>(</span><span class='rubyid_notation identifier id'>notation</span><span class='comma token'>,</span> <span class='rubyid_pom_path identifier id'>pom_path</span><span class='comma token'>,</span> <span class='rubyid_jar_path identifier id'>jar_path</span><span class='rparen token'>)</span>
|
@@ -2603,7 +2728,7 @@ jar_path</p>
|
|
2603
2728
|
<div class="method_details ">
|
2604
2729
|
<h3 class="signature " id="load_dependencies_to_classpath-instance_method">
|
2605
2730
|
|
2606
|
-
- (<tt>
|
2731
|
+
- (<tt>Array</tt>) <strong>load_dependencies_to_classpath</strong>
|
2607
2732
|
|
2608
2733
|
|
2609
2734
|
|
@@ -2619,6 +2744,24 @@ jar_path</p>
|
|
2619
2744
|
</div>
|
2620
2745
|
<div class="tags">
|
2621
2746
|
|
2747
|
+
<p class="tag_title">Returns:</p>
|
2748
|
+
<ul class="return">
|
2749
|
+
|
2750
|
+
<li>
|
2751
|
+
|
2752
|
+
|
2753
|
+
<span class='type'>(<tt>Array</tt>)</span>
|
2754
|
+
|
2755
|
+
|
2756
|
+
|
2757
|
+
—
|
2758
|
+
<div class='inline'>
|
2759
|
+
<p>of loaded jars</p>
|
2760
|
+
</div>
|
2761
|
+
|
2762
|
+
</li>
|
2763
|
+
|
2764
|
+
</ul>
|
2622
2765
|
|
2623
2766
|
</div><table class="source_code">
|
2624
2767
|
<tr>
|
@@ -2626,15 +2769,15 @@ jar_path</p>
|
|
2626
2769
|
<pre class="lines">
|
2627
2770
|
|
2628
2771
|
|
2629
|
-
|
2630
|
-
|
2631
|
-
|
2632
|
-
|
2633
|
-
|
2634
|
-
|
2772
|
+
306
|
2773
|
+
307
|
2774
|
+
308
|
2775
|
+
309
|
2776
|
+
310
|
2777
|
+
311</pre>
|
2635
2778
|
</td>
|
2636
2779
|
<td>
|
2637
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2780
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 306</span>
|
2638
2781
|
|
2639
2782
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_load_dependencies_to_classpath identifier id'>load_dependencies_to_classpath</span>
|
2640
2783
|
<span class='rubyid_jars identifier id'>jars</span> <span class='assign token'>=</span> <span class='rubyid_dependencies_classpath identifier id'>dependencies_classpath</span><span class='dot token'>.</span><span class='rubyid_split identifier id'>split</span><span class='lparen token'>(</span><span class='string val'>":"</span><span class='rparen token'>)</span>
|
@@ -2692,12 +2835,12 @@ jar_path</p>
|
|
2692
2835
|
<pre class="lines">
|
2693
2836
|
|
2694
2837
|
|
2695
|
-
98
|
2696
2838
|
99
|
2697
|
-
100
|
2839
|
+
100
|
2840
|
+
101</pre>
|
2698
2841
|
</td>
|
2699
2842
|
<td>
|
2700
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2843
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 99</span>
|
2701
2844
|
|
2702
2845
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_local_repo_path identifier id'>local_repo_path</span>
|
2703
2846
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getLocalRepoPath identifier id'>getLocalRepoPath</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
@@ -2754,12 +2897,12 @@ jar_path</p>
|
|
2754
2897
|
<pre class="lines">
|
2755
2898
|
|
2756
2899
|
|
2757
|
-
105
|
2758
2900
|
106
|
2759
|
-
107
|
2901
|
+
107
|
2902
|
+
108</pre>
|
2760
2903
|
</td>
|
2761
2904
|
<td>
|
2762
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2905
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 106</span>
|
2763
2906
|
|
2764
2907
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_local_repo_path= identifier id'>local_repo_path=</span><span class='lparen token'>(</span> <span class='rubyid_path identifier id'>path</span> <span class='rparen token'>)</span>
|
2765
2908
|
<span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_setLocalRepoPath identifier id'>setLocalRepoPath</span><span class='lparen token'>(</span> <span class='rubyid_path identifier id'>path</span> <span class='rparen token'>)</span>
|
@@ -2814,12 +2957,12 @@ jar_path</p>
|
|
2814
2957
|
<pre class="lines">
|
2815
2958
|
|
2816
2959
|
|
2817
|
-
84
|
2818
2960
|
85
|
2819
|
-
86
|
2961
|
+
86
|
2962
|
+
87</pre>
|
2820
2963
|
</td>
|
2821
2964
|
<td>
|
2822
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
2965
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 85</span>
|
2823
2966
|
|
2824
2967
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_remote_repositories identifier id'>remote_repositories</span>
|
2825
2968
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_array identifier id'>convert_to_ruby_array</span><span class='lparen token'>(</span><span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getRemoteRepositories identifier id'>getRemoteRepositories</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='rparen token'>)</span>
|
@@ -2874,12 +3017,12 @@ jar_path</p>
|
|
2874
3017
|
<pre class="lines">
|
2875
3018
|
|
2876
3019
|
|
2877
|
-
91
|
2878
3020
|
92
|
2879
|
-
93
|
3021
|
+
93
|
3022
|
+
94</pre>
|
2880
3023
|
</td>
|
2881
3024
|
<td>
|
2882
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
3025
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 92</span>
|
2883
3026
|
|
2884
3027
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_remote_repository_urls identifier id'>remote_repository_urls</span>
|
2885
3028
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_convert_to_ruby_array identifier id'>convert_to_ruby_array</span><span class='lparen token'>(</span><span class='rubyid_@resolver ivar id'>@resolver</span><span class='dot token'>.</span><span class='rubyid_getRemoteRepositoryUrls identifier id'>getRemoteRepositoryUrls</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='comma token'>,</span> <span class='rubyid_true true kw'>true</span><span class='rparen token'>)</span>
|
@@ -2941,22 +3084,22 @@ jar_path</p>
|
|
2941
3084
|
<pre class="lines">
|
2942
3085
|
|
2943
3086
|
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
|
2953
|
-
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
3087
|
+
317
|
3088
|
+
318
|
3089
|
+
319
|
3090
|
+
320
|
3091
|
+
321
|
3092
|
+
322
|
3093
|
+
323
|
3094
|
+
324
|
3095
|
+
325
|
3096
|
+
326
|
3097
|
+
327
|
3098
|
+
328
|
3099
|
+
329</pre>
|
2957
3100
|
</td>
|
2958
3101
|
<td>
|
2959
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
3102
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 317</span>
|
2960
3103
|
|
2961
3104
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_resolve_dependencies identifier id'>resolve_dependencies</span><span class='lparen token'>(</span> <span class='rubyid_download_artifacts identifier id'>download_artifacts</span> <span class='assign token'>=</span> <span class='rubyid_true true kw'>true</span><span class='comma token'>,</span> <span class='rubyid_properties identifier id'>properties</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span> <span class='rparen token'>)</span>
|
2962
3105
|
|
@@ -3023,12 +3166,12 @@ jar_path</p>
|
|
3023
3166
|
<pre class="lines">
|
3024
3167
|
|
3025
3168
|
|
3026
|
-
|
3027
|
-
|
3028
|
-
|
3169
|
+
424
|
3170
|
+
425
|
3171
|
+
426</pre>
|
3029
3172
|
</td>
|
3030
3173
|
<td>
|
3031
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
3174
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 424</span>
|
3032
3175
|
|
3033
3176
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_set_log_level identifier id'>set_log_level</span><span class='lparen token'>(</span> <span class='rubyid_level identifier id'>level</span> <span class='rparen token'>)</span>
|
3034
3177
|
<span class='rubyid_Naether constant id'>Naether</span><span class='colon2 op'>::</span><span class='rubyid_Java constant id'>Java</span><span class='dot token'>.</span><span class='rubyid_exec_static_method identifier id'>exec_static_method</span><span class='lparen token'>(</span><span class='string val'>'com.tobedevoured.naether.util.LogUtil'</span><span class='comma token'>,</span> <span class='string val'>'changeLevel'</span><span class='comma token'>,</span> <span class='lbrack token'>[</span><span class='string val'>'com.tobedevoured'</span><span class='comma token'>,</span> <span class='rubyid_level identifier id'>level</span><span class='rbrack token'>]</span> <span class='rparen token'>)</span>
|
@@ -3105,27 +3248,27 @@ jar_path</p>
|
|
3105
3248
|
<pre class="lines">
|
3106
3249
|
|
3107
3250
|
|
3108
|
-
|
3109
|
-
|
3110
|
-
|
3111
|
-
|
3112
|
-
|
3113
|
-
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3117
|
-
|
3118
|
-
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
3125
|
-
|
3251
|
+
336
|
3252
|
+
337
|
3253
|
+
338
|
3254
|
+
339
|
3255
|
+
340
|
3256
|
+
341
|
3257
|
+
342
|
3258
|
+
343
|
3259
|
+
344
|
3260
|
+
345
|
3261
|
+
346
|
3262
|
+
347
|
3263
|
+
348
|
3264
|
+
349
|
3265
|
+
350
|
3266
|
+
351
|
3267
|
+
352
|
3268
|
+
353</pre>
|
3126
3269
|
</td>
|
3127
3270
|
<td>
|
3128
|
-
<pre class="code"><span class="info file"># File 'lib/naether.rb', line
|
3271
|
+
<pre class="code"><span class="info file"># File 'lib/naether.rb', line 336</span>
|
3129
3272
|
|
3130
3273
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_to_local_paths identifier id'>to_local_paths</span><span class='lparen token'>(</span> <span class='rubyid_notations identifier id'>notations</span> <span class='rparen token'>)</span>
|
3131
3274
|
<span class='rubyid_if if kw'>if</span> <span class='rubyid_Naether constant id'>Naether</span><span class='dot token'>.</span><span class='rubyid_platform identifier id'>platform</span> <span class='eq op'>==</span> <span class='string val'>'java'</span>
|
@@ -3156,9 +3299,9 @@ jar_path</p>
|
|
3156
3299
|
</div>
|
3157
3300
|
|
3158
3301
|
<div id="footer">
|
3159
|
-
Generated on Mon
|
3302
|
+
Generated on Mon Oct 15 14:44:00 2012 by
|
3160
3303
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3161
|
-
0.8.
|
3304
|
+
0.8.3 (ruby-1.9.2).
|
3162
3305
|
</div>
|
3163
3306
|
|
3164
3307
|
</body>
|