naether 0.10.1-java → 0.11.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,11 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.2.1
10
10
 
11
11
  </title>
12
12
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  <div id="content"><div id='filecontents'><h1 id="naether">Naether</h1>
65
65
 
66
- <p>Naether is a Java Dependency Resolver using Maven&#8217;s <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
66
+ <p>Naether is a Java Dependency Resolver using Mavens <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
67
67
  that can be used by Ruby or Java.</p>
68
68
 
69
69
  <p><a href="https://github.com/mguymon/naether">https://github.com/mguymon/naether</a></p>
@@ -82,32 +82,32 @@ that can be used by Ruby or Java.</p>
82
82
 
83
83
  <h3 id="ruby">Ruby</h3>
84
84
 
85
- <p>JRuby 1.6.8 is natively supported. Ruby 1.8.7 and 1.9.3 use <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
85
+ <p>JRuby 1.6.8 is natively supported. 1.9.3 uses <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
86
86
 
87
- <pre class="code ruby"><code><span class='rubyid_gem identifier id'>gem</span> <span class='rubyid_install identifier id'>install</span> <span class='rubyid_naether identifier id'>naether</span>
87
+ <pre class="code ruby"><code><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_naether'>naether</span>
88
88
  </code></pre>
89
89
 
90
90
  <p>The jar dependencies for Naether will automatically be downloaded when the gem installs.</p>
91
91
 
92
92
  <h3 id="java">Java</h3>
93
93
 
94
- <pre class="code ruby"><code><span class='lt op'>&lt;</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>&gt;</span>
95
- <span class='lt op'>&lt;</span><span class='rubyid_groupId identifier id'>groupId</span><span class='gt op'>&gt;</span><span class='rubyid_com identifier id'>com</span><span class='dot token'>.</span><span class='rubyid_tobedevoured identifier id'>tobedevoured</span><span class='dot token'>.</span><span class='rubyid_naether identifier id'>naether</span><span class='lt op'>&lt;</span><span class='regexp val'>/groupId&gt;
96
- &lt;artifactId&gt;naether&lt;/</span><span class='rubyid_artifactId identifier id'>artifactId</span><span class='gt op'>&gt;</span>
97
- <span class='lt op'>&lt;</span><span class='rubyid_version identifier id'>version</span><span class='gt op'>&gt;</span><span class='integer val'>0</span><span class='float val'>.10.0</span><span class='lt op'>&lt;</span><span class='regexp val'>/version&gt;
98
- &lt;/</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>&gt;</span>
94
+ <pre class="code ruby"><code>&lt;dependency&gt;
95
+ &lt;groupId&gt;com.tobedevoured.naether&lt;/groupId&gt;
96
+ &lt;artifactId&gt;naether&lt;/artifactId&gt;
97
+ &lt;version&gt;0.10.0&lt;/version&gt;
98
+ &lt;/dependency&gt;
99
99
  </code></pre>
100
100
 
101
101
  <p>May have to add the Sonatype Repo if the sync to Maven Central is slow.</p>
102
102
 
103
- <pre class="code ruby"><code><span class='lt op'>&lt;</span><span class='rubyid_repositories identifier id'>repositories</span><span class='gt op'>&gt;</span>
104
- <span class='lt op'>&lt;</span><span class='rubyid_repository identifier id'>repository</span><span class='gt op'>&gt;</span>
105
- <span class='lt op'>&lt;</span><span class='rubyid_id identifier id'>id</span><span class='gt op'>&gt;</span><span class='rubyid_oss identifier id'>oss</span><span class='dot token'>.</span><span class='rubyid_sonatype identifier id'>sonatype</span><span class='dot token'>.</span><span class='rubyid_org identifier id'>org</span><span class='lt op'>&lt;</span><span class='regexp val'>/id&gt;
106
- &lt;name&gt;Sonatype Repository&lt;/n</span><span class='rubyid_ame identifier id'>ame</span><span class='gt op'>&gt;</span>
107
- <span class='lt op'>&lt;</span><span class='rubyid_url identifier id'>url</span><span class='gt op'>&gt;</span><span class='rubyid_https identifier id'>https</span><span class='symbol val'>:/</span><span class='regexp val'>/oss.sonatype.org/</span><span class='rubyid_content identifier id'>content</span><span class='div op'>/</span><span class='rubyid_groups identifier id'>groups</span><span class='div op'>/</span><span class='rubyid_public identifier id'>public</span><span class='lt op'>&lt;</span><span class='regexp val'>/url&gt;
108
- &lt;/</span><span class='rubyid_repository identifier id'>repository</span><span class='gt op'>&gt;</span>
109
- <span class='lt op'>&lt;</span><span class='regexp val'>/repositories&gt;
110
- </span></code></pre>
103
+ <pre class="code ruby"><code>&lt;repositories&gt;
104
+ &lt;repository&gt;
105
+ &lt;id&gt;oss.sonatype.org&lt;/id&gt;
106
+ &lt;name&gt;Sonatype Repository&lt;/name&gt;
107
+ &lt;url&gt;https://oss.sonatype.org/content/groups/public&lt;/url&gt;
108
+ &lt;/repository&gt;
109
+ &lt;/repositories&gt;
110
+ </code></pre>
111
111
 
112
112
  <h2 id="usage">Usage</h2>
113
113
 
@@ -120,28 +120,28 @@ that can be used by Ruby or Java.</p>
120
120
  <p>Naether <a href="https://github.com/mguymon/naether/blob/master/jar_dependencies.yml">jar dependences</a>
121
121
  must be loaded for Naether to work. This is easily done with the <a href="http://rdoc.info/gems/naether/Naether/Bootstrap">bootstrap helper</a></p>
122
122
 
123
- <pre class="code ruby"><code><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_bootstrap_local_repo identifier id'>bootstrap_local_repo</span>
123
+ <pre class="code ruby"><code><span class='const'>Naether</span><span class='op'>::</span><span class='const'>Bootstrap</span><span class='period'>.</span><span class='id identifier rubyid_bootstrap_local_repo'>bootstrap_local_repo</span>
124
124
  </code></pre>
125
125
 
126
126
  <h4 id="resolving-dependencies">Resolving Dependencies</h4>
127
127
 
128
- <pre class="code ruby"><code><span class='rubyid_require identifier id'>require</span> <span class='string val'>'rubygems
129
- require '</span><span class='rubyid_naether identifier id'>naether</span><span class='string val'>'
128
+ <pre class="code ruby"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>8</span><span class='tstring_content'>rubygems</span><span class='tstring_end'>'</span></span>
129
+ <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>27</span><span class='tstring_content'>naether</span><span class='tstring_end'>'</span></span>
130
130
 
131
- Naether::Bootstrap.bootstrap_local_repo
132
- naether = Naether.new
133
- naether.dependencies = [ &quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;, &quot;junit:junit:jar:4.8.2&quot; ]
134
- naether.resolve_dependencies().
131
+ <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Bootstrap</span><span class='period'>.</span><span class='id identifier rubyid_bootstrap_local_repo'>bootstrap_local_repo</span>
132
+ <span class='id identifier rubyid_naether'>naether</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span>
133
+ <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_dependencies'>dependencies</span> <span class='op'>=</span> <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-classic:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>junit:junit:jar:4.8.2</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
134
+ <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_resolve_dependencies'>resolve_dependencies</span><span class='lparen'>(</span><span class='rparen'>)</span>
135
135
 
136
- puts naether.dependences_notation
137
- </span></code></pre>
136
+ <span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_dependencies_notation'>dependencies_notation</span>
137
+ </code></pre>
138
138
 
139
139
  <p>Will output</p>
140
140
 
141
- <pre class="code ruby"><code><span class='lbrack token'>[</span><span class='string val'>&quot;ch.qos.logback:logback-core:jar:0.9.29&quot;</span><span class='comma token'>,</span>
142
- <span class='string val'>&quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;</span><span class='comma token'>,</span>
143
- <span class='string val'>&quot;junit:junit:jar:4.8.2&quot;</span><span class='comma token'>,</span>
144
- <span class='string val'>&quot;org.slf4j:slf4j-api:jar:1.6.1&quot;</span> <span class='rbrack token'>]</span>
141
+ <pre class="code ruby"><code><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-core:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
142
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-classic:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
143
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>junit:junit:jar:4.8.2</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
144
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>org.slf4j:slf4j-api:jar:1.6.1</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
145
145
  </code></pre>
146
146
 
147
147
  <p><a href="https://github.com/mguymon/naether/wiki/Ruby-Resolving-Dependencies">Additional documentation on Resolving Dependencies</a></p>
@@ -149,20 +149,22 @@ puts naether.dependences_notation
149
149
  <h3 id="java-1">Java</h3>
150
150
 
151
151
  <h4 id="resolving-dependencies-1">Resolving Dependencies</h4>
152
-
153
- <pre class="code ruby"><code><span class='rubyid_Naether constant id'>Naether</span> <span class='rubyid_naether identifier id'>naether</span> <span class='assign token'>=</span> <span class='rubyid_new identifier id'>new</span> <span class='rubyid_Naether constant id'>Naether</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='semicolon token'>;</span>
154
- <span class='rubyid_naether identifier id'>naether</span><span class='dot token'>.</span><span class='rubyid_addDependency identifier id'>addDependency</span><span class='lparen token'>(</span> <span class='string val'>&quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;</span> <span class='rparen token'>)</span><span class='semicolon token'>;</span>
155
- <span class='rubyid_naether identifier id'>naether</span><span class='dot token'>.</span><span class='rubyid_addDependency identifier id'>addDependency</span><span class='lparen token'>(</span> <span class='string val'>&quot;junit:junit:jar:4.8.2&quot;</span> <span class='rparen token'>)</span><span class='semicolon token'>;</span>
156
- <span class='rubyid_naether identifier id'>naether</span><span class='dot token'>.</span><span class='rubyid_resolveDependencies identifier id'>resolveDependencies</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='semicolon token'>;</span>
157
- <span class='rubyid_System constant id'>System</span><span class='dot token'>.</span><span class='rubyid_out identifier id'>out</span><span class='dot token'>.</span><span class='rubyid_println identifier id'>println</span><span class='lparen token'>(</span> <span class='rubyid_naether identifier id'>naether</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='dot token'>.</span><span class='rubyid_toString identifier id'>toString</span><span class='lparen token'>(</span><span class='rparen token'>)</span> <span class='rparen token'>)</span><span class='semicolon token'>;</span>
152
+ <pre class="code ruby"><code>import com.tobedevoured.naether.api.Naether;
153
+ import com.tobedevoured.naether.impl.NaetherImpl;
154
+
155
+ Naether naether = new NaetherImpl();
156
+ naether.addDependency( &quot;ch.qos.logback:logback-classic:jar:0.9.29&quot; );
157
+ naether.addDependency( &quot;junit:junit:jar:4.8.2&quot; );
158
+ naether.resolveDependencies();
159
+ System.out.println( naether.getDependenciesNotation().toString() );
158
160
  </code></pre>
159
161
 
160
162
  <p>Will output:</p>
161
163
 
162
- <pre class="code ruby"><code><span class='lbrack token'>[</span><span class='string val'>&quot;ch.qos.logback:logback-core:jar:0.9.29&quot;</span><span class='comma token'>,</span>
163
- <span class='string val'>&quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;</span><span class='comma token'>,</span>
164
- <span class='string val'>&quot;junit:junit:jar:4.8.2&quot;</span><span class='comma token'>,</span>
165
- <span class='string val'>&quot;org.slf4j:slf4j-api:jar:1.6.1&quot;</span> <span class='rbrack token'>]</span>
164
+ <pre class="code ruby"><code><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-core:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
165
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-classic:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
166
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>junit:junit:jar:4.8.2</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
167
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>org.slf4j:slf4j-api:jar:1.6.1</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
166
168
  </code></pre>
167
169
 
168
170
  <p><a href="https://github.com/mguymon/naether/wiki/Java-Resolving-Dependencies">Additional documentation on Resolving Dependencies</a></p>
@@ -173,22 +175,22 @@ puts naether.dependences_notation
173
175
  contributor license agreements. See the NOTICE file distributed with this
174
176
  work for additional information regarding copyright ownership. The ASF
175
177
  licenses this file to you under the Apache License, Version 2.0 (the
176
- &#8220;License&#8221;); you may not use this file except in compliance with the License.
178
+ License); you may not use this file except in compliance with the License.
177
179
  You may obtain a copy of the License at</p>
178
180
 
179
181
  <p>http://www.apache.org/licenses/LICENSE-2.0</p>
180
182
 
181
183
  <p>Unless required by applicable law or agreed to in writing, software
182
- distributed under the License is distributed on an &#8220;AS IS&#8221; BASIS, WITHOUT
184
+ distributed under the License is distributed on an AS IS BASIS, WITHOUT
183
185
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
184
186
  License for the specific language governing permissions and limitations under
185
187
  the License.</p>
186
188
  </div></div>
187
189
 
188
190
  <div id="footer">
189
- Generated on Mon Oct 15 21:42:23 2012 by
191
+ Generated on Fri Sep 27 17:50:12 2013 by
190
192
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
191
- 0.8.3 (ruby-1.9.2).
193
+ 0.8.2.1 (ruby-1.9.3).
192
194
  </div>
193
195
 
194
196
  </body>
@@ -4,7 +4,7 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
- <title>Documentation by YARD 0.8.3</title>
7
+ <title>Documentation by YARD 0.8.2.1</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
@@ -2,11 +2,11 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.2.1
10
10
 
11
11
  </title>
12
12
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  <div id="content"><div id='filecontents'><h1 id="naether">Naether</h1>
65
65
 
66
- <p>Naether is a Java Dependency Resolver using Maven&#8217;s <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
66
+ <p>Naether is a Java Dependency Resolver using Mavens <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
67
67
  that can be used by Ruby or Java.</p>
68
68
 
69
69
  <p><a href="https://github.com/mguymon/naether">https://github.com/mguymon/naether</a></p>
@@ -82,32 +82,32 @@ that can be used by Ruby or Java.</p>
82
82
 
83
83
  <h3 id="ruby">Ruby</h3>
84
84
 
85
- <p>JRuby 1.6.8 is natively supported. Ruby 1.8.7 and 1.9.3 use <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
85
+ <p>JRuby 1.6.8 is natively supported. 1.9.3 uses <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
86
86
 
87
- <pre class="code ruby"><code><span class='rubyid_gem identifier id'>gem</span> <span class='rubyid_install identifier id'>install</span> <span class='rubyid_naether identifier id'>naether</span>
87
+ <pre class="code ruby"><code><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_naether'>naether</span>
88
88
  </code></pre>
89
89
 
90
90
  <p>The jar dependencies for Naether will automatically be downloaded when the gem installs.</p>
91
91
 
92
92
  <h3 id="java">Java</h3>
93
93
 
94
- <pre class="code ruby"><code><span class='lt op'>&lt;</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>&gt;</span>
95
- <span class='lt op'>&lt;</span><span class='rubyid_groupId identifier id'>groupId</span><span class='gt op'>&gt;</span><span class='rubyid_com identifier id'>com</span><span class='dot token'>.</span><span class='rubyid_tobedevoured identifier id'>tobedevoured</span><span class='dot token'>.</span><span class='rubyid_naether identifier id'>naether</span><span class='lt op'>&lt;</span><span class='regexp val'>/groupId&gt;
96
- &lt;artifactId&gt;naether&lt;/</span><span class='rubyid_artifactId identifier id'>artifactId</span><span class='gt op'>&gt;</span>
97
- <span class='lt op'>&lt;</span><span class='rubyid_version identifier id'>version</span><span class='gt op'>&gt;</span><span class='integer val'>0</span><span class='float val'>.10.0</span><span class='lt op'>&lt;</span><span class='regexp val'>/version&gt;
98
- &lt;/</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>&gt;</span>
94
+ <pre class="code ruby"><code>&lt;dependency&gt;
95
+ &lt;groupId&gt;com.tobedevoured.naether&lt;/groupId&gt;
96
+ &lt;artifactId&gt;naether&lt;/artifactId&gt;
97
+ &lt;version&gt;0.10.0&lt;/version&gt;
98
+ &lt;/dependency&gt;
99
99
  </code></pre>
100
100
 
101
101
  <p>May have to add the Sonatype Repo if the sync to Maven Central is slow.</p>
102
102
 
103
- <pre class="code ruby"><code><span class='lt op'>&lt;</span><span class='rubyid_repositories identifier id'>repositories</span><span class='gt op'>&gt;</span>
104
- <span class='lt op'>&lt;</span><span class='rubyid_repository identifier id'>repository</span><span class='gt op'>&gt;</span>
105
- <span class='lt op'>&lt;</span><span class='rubyid_id identifier id'>id</span><span class='gt op'>&gt;</span><span class='rubyid_oss identifier id'>oss</span><span class='dot token'>.</span><span class='rubyid_sonatype identifier id'>sonatype</span><span class='dot token'>.</span><span class='rubyid_org identifier id'>org</span><span class='lt op'>&lt;</span><span class='regexp val'>/id&gt;
106
- &lt;name&gt;Sonatype Repository&lt;/n</span><span class='rubyid_ame identifier id'>ame</span><span class='gt op'>&gt;</span>
107
- <span class='lt op'>&lt;</span><span class='rubyid_url identifier id'>url</span><span class='gt op'>&gt;</span><span class='rubyid_https identifier id'>https</span><span class='symbol val'>:/</span><span class='regexp val'>/oss.sonatype.org/</span><span class='rubyid_content identifier id'>content</span><span class='div op'>/</span><span class='rubyid_groups identifier id'>groups</span><span class='div op'>/</span><span class='rubyid_public identifier id'>public</span><span class='lt op'>&lt;</span><span class='regexp val'>/url&gt;
108
- &lt;/</span><span class='rubyid_repository identifier id'>repository</span><span class='gt op'>&gt;</span>
109
- <span class='lt op'>&lt;</span><span class='regexp val'>/repositories&gt;
110
- </span></code></pre>
103
+ <pre class="code ruby"><code>&lt;repositories&gt;
104
+ &lt;repository&gt;
105
+ &lt;id&gt;oss.sonatype.org&lt;/id&gt;
106
+ &lt;name&gt;Sonatype Repository&lt;/name&gt;
107
+ &lt;url&gt;https://oss.sonatype.org/content/groups/public&lt;/url&gt;
108
+ &lt;/repository&gt;
109
+ &lt;/repositories&gt;
110
+ </code></pre>
111
111
 
112
112
  <h2 id="usage">Usage</h2>
113
113
 
@@ -120,28 +120,28 @@ that can be used by Ruby or Java.</p>
120
120
  <p>Naether <a href="https://github.com/mguymon/naether/blob/master/jar_dependencies.yml">jar dependences</a>
121
121
  must be loaded for Naether to work. This is easily done with the <a href="http://rdoc.info/gems/naether/Naether/Bootstrap">bootstrap helper</a></p>
122
122
 
123
- <pre class="code ruby"><code><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_bootstrap_local_repo identifier id'>bootstrap_local_repo</span>
123
+ <pre class="code ruby"><code><span class='const'>Naether</span><span class='op'>::</span><span class='const'>Bootstrap</span><span class='period'>.</span><span class='id identifier rubyid_bootstrap_local_repo'>bootstrap_local_repo</span>
124
124
  </code></pre>
125
125
 
126
126
  <h4 id="resolving-dependencies">Resolving Dependencies</h4>
127
127
 
128
- <pre class="code ruby"><code><span class='rubyid_require identifier id'>require</span> <span class='string val'>'rubygems
129
- require '</span><span class='rubyid_naether identifier id'>naether</span><span class='string val'>'
128
+ <pre class="code ruby"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>8</span><span class='tstring_content'>rubygems</span><span class='tstring_end'>'</span></span>
129
+ <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>27</span><span class='tstring_content'>naether</span><span class='tstring_end'>'</span></span>
130
130
 
131
- Naether::Bootstrap.bootstrap_local_repo
132
- naether = Naether.new
133
- naether.dependencies = [ &quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;, &quot;junit:junit:jar:4.8.2&quot; ]
134
- naether.resolve_dependencies().
131
+ <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Bootstrap</span><span class='period'>.</span><span class='id identifier rubyid_bootstrap_local_repo'>bootstrap_local_repo</span>
132
+ <span class='id identifier rubyid_naether'>naether</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span>
133
+ <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_dependencies'>dependencies</span> <span class='op'>=</span> <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-classic:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>junit:junit:jar:4.8.2</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
134
+ <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_resolve_dependencies'>resolve_dependencies</span><span class='lparen'>(</span><span class='rparen'>)</span>
135
135
 
136
- puts naether.dependences_notation
137
- </span></code></pre>
136
+ <span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_dependencies_notation'>dependencies_notation</span>
137
+ </code></pre>
138
138
 
139
139
  <p>Will output</p>
140
140
 
141
- <pre class="code ruby"><code><span class='lbrack token'>[</span><span class='string val'>&quot;ch.qos.logback:logback-core:jar:0.9.29&quot;</span><span class='comma token'>,</span>
142
- <span class='string val'>&quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;</span><span class='comma token'>,</span>
143
- <span class='string val'>&quot;junit:junit:jar:4.8.2&quot;</span><span class='comma token'>,</span>
144
- <span class='string val'>&quot;org.slf4j:slf4j-api:jar:1.6.1&quot;</span> <span class='rbrack token'>]</span>
141
+ <pre class="code ruby"><code><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-core:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
142
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-classic:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
143
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>junit:junit:jar:4.8.2</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
144
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>org.slf4j:slf4j-api:jar:1.6.1</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
145
145
  </code></pre>
146
146
 
147
147
  <p><a href="https://github.com/mguymon/naether/wiki/Ruby-Resolving-Dependencies">Additional documentation on Resolving Dependencies</a></p>
@@ -149,20 +149,22 @@ puts naether.dependences_notation
149
149
  <h3 id="java-1">Java</h3>
150
150
 
151
151
  <h4 id="resolving-dependencies-1">Resolving Dependencies</h4>
152
-
153
- <pre class="code ruby"><code><span class='rubyid_Naether constant id'>Naether</span> <span class='rubyid_naether identifier id'>naether</span> <span class='assign token'>=</span> <span class='rubyid_new identifier id'>new</span> <span class='rubyid_Naether constant id'>Naether</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='semicolon token'>;</span>
154
- <span class='rubyid_naether identifier id'>naether</span><span class='dot token'>.</span><span class='rubyid_addDependency identifier id'>addDependency</span><span class='lparen token'>(</span> <span class='string val'>&quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;</span> <span class='rparen token'>)</span><span class='semicolon token'>;</span>
155
- <span class='rubyid_naether identifier id'>naether</span><span class='dot token'>.</span><span class='rubyid_addDependency identifier id'>addDependency</span><span class='lparen token'>(</span> <span class='string val'>&quot;junit:junit:jar:4.8.2&quot;</span> <span class='rparen token'>)</span><span class='semicolon token'>;</span>
156
- <span class='rubyid_naether identifier id'>naether</span><span class='dot token'>.</span><span class='rubyid_resolveDependencies identifier id'>resolveDependencies</span><span class='lparen token'>(</span><span class='rparen token'>)</span><span class='semicolon token'>;</span>
157
- <span class='rubyid_System constant id'>System</span><span class='dot token'>.</span><span class='rubyid_out identifier id'>out</span><span class='dot token'>.</span><span class='rubyid_println identifier id'>println</span><span class='lparen token'>(</span> <span class='rubyid_naether identifier id'>naether</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='dot token'>.</span><span class='rubyid_toString identifier id'>toString</span><span class='lparen token'>(</span><span class='rparen token'>)</span> <span class='rparen token'>)</span><span class='semicolon token'>;</span>
152
+ <pre class="code ruby"><code>import com.tobedevoured.naether.api.Naether;
153
+ import com.tobedevoured.naether.impl.NaetherImpl;
154
+
155
+ Naether naether = new NaetherImpl();
156
+ naether.addDependency( &quot;ch.qos.logback:logback-classic:jar:0.9.29&quot; );
157
+ naether.addDependency( &quot;junit:junit:jar:4.8.2&quot; );
158
+ naether.resolveDependencies();
159
+ System.out.println( naether.getDependenciesNotation().toString() );
158
160
  </code></pre>
159
161
 
160
162
  <p>Will output:</p>
161
163
 
162
- <pre class="code ruby"><code><span class='lbrack token'>[</span><span class='string val'>&quot;ch.qos.logback:logback-core:jar:0.9.29&quot;</span><span class='comma token'>,</span>
163
- <span class='string val'>&quot;ch.qos.logback:logback-classic:jar:0.9.29&quot;</span><span class='comma token'>,</span>
164
- <span class='string val'>&quot;junit:junit:jar:4.8.2&quot;</span><span class='comma token'>,</span>
165
- <span class='string val'>&quot;org.slf4j:slf4j-api:jar:1.6.1&quot;</span> <span class='rbrack token'>]</span>
164
+ <pre class="code ruby"><code><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-core:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
165
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ch.qos.logback:logback-classic:jar:0.9.29</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
166
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>junit:junit:jar:4.8.2</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
167
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>org.slf4j:slf4j-api:jar:1.6.1</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
166
168
  </code></pre>
167
169
 
168
170
  <p><a href="https://github.com/mguymon/naether/wiki/Java-Resolving-Dependencies">Additional documentation on Resolving Dependencies</a></p>
@@ -173,22 +175,22 @@ puts naether.dependences_notation
173
175
  contributor license agreements. See the NOTICE file distributed with this
174
176
  work for additional information regarding copyright ownership. The ASF
175
177
  licenses this file to you under the Apache License, Version 2.0 (the
176
- &#8220;License&#8221;); you may not use this file except in compliance with the License.
178
+ License); you may not use this file except in compliance with the License.
177
179
  You may obtain a copy of the License at</p>
178
180
 
179
181
  <p>http://www.apache.org/licenses/LICENSE-2.0</p>
180
182
 
181
183
  <p>Unless required by applicable law or agreed to in writing, software
182
- distributed under the License is distributed on an &#8220;AS IS&#8221; BASIS, WITHOUT
184
+ distributed under the License is distributed on an AS IS BASIS, WITHOUT
183
185
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
184
186
  License for the specific language governing permissions and limitations under
185
187
  the License.</p>
186
188
  </div></div>
187
189
 
188
190
  <div id="footer">
189
- Generated on Mon Oct 15 21:42:23 2012 by
191
+ Generated on Fri Sep 27 17:50:12 2013 by
190
192
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
191
- 0.8.3 (ruby-1.9.2).
193
+ 0.8.2.1 (ruby-1.9.3).
192
194
  </div>
193
195
 
194
196
  </body>
@@ -47,103 +47,103 @@
47
47
 
48
48
 
49
49
  <li class="r1 ">
50
- <span class='object_link'><a href="Naether/Configurator.html#%5B%5D-instance_method" title="Naether::Configurator#[] (method)">#[]</a></span>
50
+ <span class='object_link'><a href="Naether/s_20Configurat.html#%5B%5D-instance_method" title="Naether::s Configurat#[] (method)">#[]</a></span>
51
51
 
52
- <small>Naether::Configurator</small>
52
+ <small>Naether::s Configurat</small>
53
53
 
54
54
  </li>
55
55
 
56
56
 
57
57
  <li class="r2 ">
58
- <span class='object_link'><a href="Naether/Configurator.html#%5B%5D%3D-instance_method" title="Naether::Configurator#[]= (method)">#[]=</a></span>
58
+ <span class='object_link'><a href="Naether/s_20Configurat.html#%5B%5D%3D-instance_method" title="Naether::s Configurat#[]= (method)">#[]=</a></span>
59
59
 
60
- <small>Naether::Configurator</small>
60
+ <small>Naether::s Configurat</small>
61
61
 
62
62
  </li>
63
63
 
64
64
 
65
65
  <li class="r1 ">
66
- <span class='object_link'><a href="Naether.html#add_build_artifact-instance_method" title="Naether#add_build_artifact (method)">#add_build_artifact</a></span>
66
+ <span class='object_link'><a href="Naether/s_20Notati.html#act%2C+%3Av-instance_method" title="Naether::s Notati#act, :v (method)">#act, :v</a></span>
67
67
 
68
- <small>Naether</small>
68
+ <small>Naether::s Notati</small>
69
69
 
70
70
  </li>
71
71
 
72
72
 
73
73
  <li class="r2 ">
74
- <span class='object_link'><a href="Naether.html#add_dependency-instance_method" title="Naether#add_dependency (method)">#add_dependency</a></span>
74
+ <span class='object_link'><a href="Naether/s_20Runti.html#add_dependency-instance_method" title="Naether::s Runti#add_dependency (method)">#add_dependency</a></span>
75
75
 
76
- <small>Naether</small>
76
+ <small>Naether::s Runti</small>
77
77
 
78
78
  </li>
79
79
 
80
80
 
81
81
  <li class="r1 ">
82
- <span class='object_link'><a href="Naether/Maven.html#add_dependency-instance_method" title="Naether::Maven#add_dependency (method)">#add_dependency</a></span>
82
+ <span class='object_link'><a href="Naether/s_20Notati.html#ader+-instance_method" title="Naether::s Notati#ader (method)">#ader </a></span>
83
83
 
84
- <small>Naether::Maven</small>
84
+ <small>Naether::s Notati</small>
85
85
 
86
86
  </li>
87
87
 
88
88
 
89
89
  <li class="r2 ">
90
- <span class='object_link'><a href="Naether.html#add_notation_dependency-instance_method" title="Naether#add_notation_dependency (method)">#add_notation_dependency</a></span>
90
+ <span class='object_link'><a href="Naether/s_20Runti.html#build_artifacts-instance_method" title="Naether::s Runti#build_artifacts (method)">#build_artifacts</a></span>
91
91
 
92
- <small>Naether</small>
92
+ <small>Naether::s Runti</small>
93
93
 
94
94
  </li>
95
95
 
96
96
 
97
97
  <li class="r1 ">
98
- <span class='object_link'><a href="Naether.html#add_pom_dependencies-instance_method" title="Naether#add_pom_dependencies (method)">#add_pom_dependencies</a></span>
98
+ <span class='object_link'><a href="Naether/s_20Runti.html#build_artifacts%3D-instance_method" title="Naether::s Runti#build_artifacts= (method)">#build_artifacts=</a></span>
99
99
 
100
- <small>Naether</small>
100
+ <small>Naether::s Runti</small>
101
101
 
102
102
  </li>
103
103
 
104
104
 
105
105
  <li class="r2 ">
106
- <span class='object_link'><a href="Naether.html#add_remote_repository-instance_method" title="Naether#add_remote_repository (method)">#add_remote_repository</a></span>
106
+ <span class='object_link'><a href="Naether/s_20Mav.html#build_pom-instance_method" title="Naether::s Mav#build_pom (method)">#build_pom</a></span>
107
107
 
108
- <small>Naether</small>
108
+ <small>Naether::s Mav</small>
109
109
 
110
110
  </li>
111
111
 
112
112
 
113
113
  <li class="r1 ">
114
- <span class='object_link'><a href="Naether/Notation.html#artifact-instance_method" title="Naether::Notation#artifact (method)">#artifact</a></span>
114
+ <span class='object_link'><a href="Naether/s_20Runti.html#clear_remote_repositories-instance_method" title="Naether::s Runti#clear_remote_repositories (method)">#clear_remote_repositories</a></span>
115
115
 
116
- <small>Naether::Notation</small>
116
+ <small>Naether::s Runti</small>
117
117
 
118
118
  </li>
119
119
 
120
120
 
121
121
  <li class="r2 ">
122
- <span class='object_link'><a href="Naether.html#bootstrap_dependencies-class_method" title="Naether.bootstrap_dependencies (method)">bootstrap_dependencies</a></span>
122
+ <span class='object_link'><a href="Naether/s_20Ja.html#convert_to_java_list-class_method" title="Naether::s Ja.convert_to_java_list (method)">convert_to_java_list</a></span>
123
123
 
124
- <small>Naether</small>
124
+ <small>Naether::s Ja</small>
125
125
 
126
126
  </li>
127
127
 
128
128
 
129
129
  <li class="r1 ">
130
- <span class='object_link'><a href="Naether/Bootstrap.html#bootstrap_local_repo-class_method" title="Naether::Bootstrap.bootstrap_local_repo (method)">bootstrap_local_repo</a></span>
130
+ <span class='object_link'><a href="Naether/s_20Ja/s_20Ru.html#convert_to_java_list-instance_method" title="Naether::s Ja::s Ru#convert_to_java_list (method)">#convert_to_java_list</a></span>
131
131
 
132
- <small>Naether::Bootstrap</small>
132
+ <small>Naether::s Ja::s Ru</small>
133
133
 
134
134
  </li>
135
135
 
136
136
 
137
137
  <li class="r2 ">
138
- <span class='object_link'><a href="Naether.html#build_artifacts-instance_method" title="Naether#build_artifacts (method)">#build_artifacts</a></span>
138
+ <span class='object_link'><a href="Naether/s_20Ja/s_20JRu.html#convert_to_java_list-instance_method" title="Naether::s Ja::s JRu#convert_to_java_list (method)">#convert_to_java_list</a></span>
139
139
 
140
- <small>Naether</small>
140
+ <small>Naether::s Ja::s JRu</small>
141
141
 
142
142
  </li>
143
143
 
144
144
 
145
145
  <li class="r1 ">
146
- <span class='object_link'><a href="Naether.html#build_artifacts%3D-instance_method" title="Naether#build_artifacts= (method)">#build_artifacts=</a></span>
146
+ <span class='object_link'><a href="Naether.html#create-class_method" title="Naether.create (method)">create</a></span>
147
147
 
148
148
  <small>Naether</small>
149
149
 
@@ -151,150 +151,30 @@
151
151
 
152
152
 
153
153
  <li class="r2 ">
154
- <span class='object_link'><a href="Naether/Maven.html#build_pom-instance_method" title="Naether::Maven#build_pom (method)">#build_pom</a></span>
155
-
156
- <small>Naether::Maven</small>
157
-
158
- </li>
159
-
160
-
161
- <li class="r1 ">
162
- <span class='object_link'><a href="Naether/Bootstrap.html#check_local_repo_for_deps-class_method" title="Naether::Bootstrap.check_local_repo_for_deps (method)">check_local_repo_for_deps</a></span>
163
-
164
- <small>Naether::Bootstrap</small>
165
-
166
- </li>
167
-
168
-
169
- <li class="r2 ">
170
- <span class='object_link'><a href="Naether/Java/Ruby.html#class_loader-instance_method" title="Naether::Java::Ruby#class_loader (method)">#class_loader</a></span>
154
+ <span class='object_link'><a href="Naether/s_20Ja.html#create-class_method" title="Naether::s Ja.create (method)">create</a></span>
171
155
 
172
- <small>Naether::Java::Ruby</small>
156
+ <small>Naether::s Ja</small>
173
157
 
174
158
  </li>
175
159
 
176
160
 
177
161
  <li class="r1 ">
178
- <span class='object_link'><a href="Naether/Java/JRuby.html#class_loader-instance_method" title="Naether::Java::JRuby#class_loader (method)">#class_loader</a></span>
162
+ <span class='object_link'><a href="Naether/s_20Ja/s_20Ru.html#create-instance_method" title="Naether::s Ja::s Ru#create (method)">#create</a></span>
179
163
 
180
- <small>Naether::Java::JRuby</small>
164
+ <small>Naether::s Ja::s Ru</small>
181
165
 
182
166
  </li>
183
167
 
184
168
 
185
169
  <li class="r2 ">
186
- <span class='object_link'><a href="Naether/Notation.html#classifier-instance_method" title="Naether::Notation#classifier (method)">#classifier</a></span>
170
+ <span class='object_link'><a href="Naether/s_20Ja/s_20JRu.html#create-instance_method" title="Naether::s Ja::s JRu#create (method)">#create</a></span>
187
171
 
188
- <small>Naether::Notation</small>
172
+ <small>Naether::s Ja::s JRu</small>
189
173
 
190
174
  </li>
191
175
 
192
176
 
193
177
  <li class="r1 ">
194
- <span class='object_link'><a href="Naether.html#clear_remote_repositories-instance_method" title="Naether#clear_remote_repositories (method)">#clear_remote_repositories</a></span>
195
-
196
- <small>Naether</small>
197
-
198
- </li>
199
-
200
-
201
- <li class="r2 ">
202
- <span class='object_link'><a href="Naether/Java.html#convert_to_java_list-class_method" title="Naether::Java.convert_to_java_list (method)">convert_to_java_list</a></span>
203
-
204
- <small>Naether::Java</small>
205
-
206
- </li>
207
-
208
-
209
- <li class="r1 ">
210
- <span class='object_link'><a href="Naether/Java/Ruby.html#convert_to_java_list-instance_method" title="Naether::Java::Ruby#convert_to_java_list (method)">#convert_to_java_list</a></span>
211
-
212
- <small>Naether::Java::Ruby</small>
213
-
214
- </li>
215
-
216
-
217
- <li class="r2 ">
218
- <span class='object_link'><a href="Naether/Java/JRuby.html#convert_to_java_list-instance_method" title="Naether::Java::JRuby#convert_to_java_list (method)">#convert_to_java_list</a></span>
219
-
220
- <small>Naether::Java::JRuby</small>
221
-
222
- </li>
223
-
224
-
225
- <li class="r1 ">
226
- <span class='object_link'><a href="Naether/Java.html#convert_to_ruby_array-class_method" title="Naether::Java.convert_to_ruby_array (method)">convert_to_ruby_array</a></span>
227
-
228
- <small>Naether::Java</small>
229
-
230
- </li>
231
-
232
-
233
- <li class="r2 ">
234
- <span class='object_link'><a href="Naether/Java/Ruby.html#convert_to_ruby_array-instance_method" title="Naether::Java::Ruby#convert_to_ruby_array (method)">#convert_to_ruby_array</a></span>
235
-
236
- <small>Naether::Java::Ruby</small>
237
-
238
- </li>
239
-
240
-
241
- <li class="r1 ">
242
- <span class='object_link'><a href="Naether/Java/JRuby.html#convert_to_ruby_array-instance_method" title="Naether::Java::JRuby#convert_to_ruby_array (method)">#convert_to_ruby_array</a></span>
243
-
244
- <small>Naether::Java::JRuby</small>
245
-
246
- </li>
247
-
248
-
249
- <li class="r2 ">
250
- <span class='object_link'><a href="Naether/Java.html#convert_to_ruby_hash-class_method" title="Naether::Java.convert_to_ruby_hash (method)">convert_to_ruby_hash</a></span>
251
-
252
- <small>Naether::Java</small>
253
-
254
- </li>
255
-
256
-
257
- <li class="r1 ">
258
- <span class='object_link'><a href="Naether/Java/Ruby.html#convert_to_ruby_hash-instance_method" title="Naether::Java::Ruby#convert_to_ruby_hash (method)">#convert_to_ruby_hash</a></span>
259
-
260
- <small>Naether::Java::Ruby</small>
261
-
262
- </li>
263
-
264
-
265
- <li class="r2 ">
266
- <span class='object_link'><a href="Naether/Java/JRuby.html#convert_to_ruby_hash-instance_method" title="Naether::Java::JRuby#convert_to_ruby_hash (method)">#convert_to_ruby_hash</a></span>
267
-
268
- <small>Naether::Java::JRuby</small>
269
-
270
- </li>
271
-
272
-
273
- <li class="r1 ">
274
- <span class='object_link'><a href="Naether/Java.html#create-class_method" title="Naether::Java.create (method)">create</a></span>
275
-
276
- <small>Naether::Java</small>
277
-
278
- </li>
279
-
280
-
281
- <li class="r2 ">
282
- <span class='object_link'><a href="Naether/Java/Ruby.html#create-instance_method" title="Naether::Java::Ruby#create (method)">#create</a></span>
283
-
284
- <small>Naether::Java::Ruby</small>
285
-
286
- </li>
287
-
288
-
289
- <li class="r1 ">
290
- <span class='object_link'><a href="Naether/Java/JRuby.html#create-instance_method" title="Naether::Java::JRuby#create (method)">#create</a></span>
291
-
292
- <small>Naether::Java::JRuby</small>
293
-
294
- </li>
295
-
296
-
297
- <li class="r2 ">
298
178
  <span class='object_link'><a href="Naether.html#create_from_jars-class_method" title="Naether.create_from_jars (method)">create_from_jars</a></span>
299
179
 
300
180
  <small>Naether</small>
@@ -302,367 +182,258 @@
302
182
  </li>
303
183
 
304
184
 
305
- <li class="r1 ">
306
- <span class='object_link'><a href="Naether/Maven.html#create_from_notation-class_method" title="Naether::Maven.create_from_notation (method)">create_from_notation</a></span>
307
-
308
- <small>Naether::Maven</small>
309
-
310
- </li>
311
-
312
-
313
- <li class="r2 ">
314
- <span class='object_link'><a href="Naether/Maven.html#create_from_pom-class_method" title="Naether::Maven.create_from_pom (method)">create_from_pom</a></span>
315
-
316
- <small>Naether::Maven</small>
317
-
318
- </li>
319
-
320
-
321
- <li class="r1 ">
322
- <span class='object_link'><a href="Naether/Bootstrap.html#default_local_repo-class_method" title="Naether::Bootstrap.default_local_repo (method)">default_local_repo</a></span>
323
-
324
- <small>Naether::Bootstrap</small>
325
-
326
- </li>
327
-
328
-
329
- <li class="r2 ">
330
- <span class='object_link'><a href="Naether.html#dependencies-instance_method" title="Naether#dependencies (method)">#dependencies</a></span>
331
-
332
- <small>Naether</small>
333
-
334
- </li>
335
-
336
-
337
- <li class="r1 ">
338
- <span class='object_link'><a href="Naether/Maven.html#dependencies-instance_method" title="Naether::Maven#dependencies (method)">#dependencies</a></span>
339
-
340
- <small>Naether::Maven</small>
341
-
342
- </li>
343
-
344
-
345
185
  <li class="r2 ">
346
- <span class='object_link'><a href="Naether/Bootstrap.html#dependencies-class_method" title="Naether::Bootstrap.dependencies (method)">dependencies</a></span>
186
+ <span class='object_link'><a href="Naether/s_20Mav.html#create_from_notation-class_method" title="Naether::s Mav.create_from_notation (method)">create_from_notation</a></span>
347
187
 
348
- <small>Naether::Bootstrap</small>
188
+ <small>Naether::s Mav</small>
349
189
 
350
190
  </li>
351
191
 
352
192
 
353
193
  <li class="r1 ">
354
- <span class='object_link'><a href="Naether.html#dependencies%3D-instance_method" title="Naether#dependencies= (method)">#dependencies=</a></span>
194
+ <span class='object_link'><a href="Naether/s_20Mav.html#create_from_pom-class_method" title="Naether::s Mav.create_from_pom (method)">create_from_pom</a></span>
355
195
 
356
- <small>Naether</small>
196
+ <small>Naether::s Mav</small>
357
197
 
358
198
  </li>
359
199
 
360
200
 
361
201
  <li class="r2 ">
362
- <span class='object_link'><a href="Naether/Maven.html#dependencies%3D-instance_method" title="Naether::Maven#dependencies= (method)">#dependencies=</a></span>
202
+ <span class='object_link'><a href="er_A_20_20_A_20/tstrap_A_20_20.html#default_local_repo-class_method" title="er\n \n ::tstrap\n .default_local_repo (method)">default_local_repo</a></span>
363
203
 
364
- <small>Naether::Maven</small>
365
-
366
- </li>
204
+ <small>er
367
205
 
368
-
369
- <li class="r1 ">
370
- <span class='object_link'><a href="Naether.html#dependencies_classpath-instance_method" title="Naether#dependencies_classpath (method)">#dependencies_classpath</a></span>
371
-
372
- <small>Naether</small>
373
-
374
- </li>
375
-
376
-
377
- <li class="r2 ">
378
- <span class='object_link'><a href="Naether.html#dependencies_graph-instance_method" title="Naether#dependencies_graph (method)">#dependencies_graph</a></span>
379
-
380
- <small>Naether</small>
206
+ ::tstrap
207
+ </small>
381
208
 
382
209
  </li>
383
210
 
384
211
 
385
212
  <li class="r1 ">
386
- <span class='object_link'><a href="Naether.html#dependencies_notation-instance_method" title="Naether#dependencies_notation (method)">#dependencies_notation</a></span>
213
+ <span class='object_link'><a href="Naether/s_20Runti.html#dependencies-instance_method" title="Naether::s Runti#dependencies (method)">#dependencies</a></span>
387
214
 
388
- <small>Naether</small>
215
+ <small>Naether::s Runti</small>
389
216
 
390
217
  </li>
391
218
 
392
219
 
393
220
  <li class="r2 ">
394
- <span class='object_link'><a href="Naether.html#dependencies_path-instance_method" title="Naether#dependencies_path (method)">#dependencies_path</a></span>
221
+ <span class='object_link'><a href="Naether/s_20Mav.html#dependencies%3D-instance_method" title="Naether::s Mav#dependencies= (method)">#dependencies=</a></span>
395
222
 
396
- <small>Naether</small>
223
+ <small>Naether::s Mav</small>
397
224
 
398
225
  </li>
399
226
 
400
227
 
401
228
  <li class="r1 ">
402
- <span class='object_link'><a href="Naether.html#deploy_artifact-instance_method" title="Naether#deploy_artifact (method)">#deploy_artifact</a></span>
229
+ <span class='object_link'><a href="Naether/s_20Runti.html#dependencies%3D-instance_method" title="Naether::s Runti#dependencies= (method)">#dependencies=</a></span>
403
230
 
404
- <small>Naether</small>
231
+ <small>Naether::s Runti</small>
405
232
 
406
233
  </li>
407
234
 
408
235
 
409
236
  <li class="r2 ">
410
- <span class='object_link'><a href="Naether.html#download_artifacts-instance_method" title="Naether#download_artifacts (method)">#download_artifacts</a></span>
237
+ <span class='object_link'><a href="Naether/s_20Runti.html#dependencies_classpath-instance_method" title="Naether::s Runti#dependencies_classpath (method)">#dependencies_classpath</a></span>
411
238
 
412
- <small>Naether</small>
239
+ <small>Naether::s Runti</small>
413
240
 
414
241
  </li>
415
242
 
416
243
 
417
244
  <li class="r1 ">
418
- <span class='object_link'><a href="Naether/Bootstrap.html#download_dependencies-class_method" title="Naether::Bootstrap.download_dependencies (method)">download_dependencies</a></span>
245
+ <span class='object_link'><a href="Naether/s_20Runti.html#dependencies_notation-instance_method" title="Naether::s Runti#dependencies_notation (method)">#dependencies_notation</a></span>
419
246
 
420
- <small>Naether::Bootstrap</small>
247
+ <small>Naether::s Runti</small>
421
248
 
422
249
  </li>
423
250
 
424
251
 
425
252
  <li class="r2 ">
426
- <span class='object_link'><a href="Naether/Java.html#exec_static_method-class_method" title="Naether::Java.exec_static_method (method)">exec_static_method</a></span>
253
+ <span class='object_link'><a href="Naether/s_20Runti.html#dependencies_path-instance_method" title="Naether::s Runti#dependencies_path (method)">#dependencies_path</a></span>
427
254
 
428
- <small>Naether::Java</small>
255
+ <small>Naether::s Runti</small>
429
256
 
430
257
  </li>
431
258
 
432
259
 
433
260
  <li class="r1 ">
434
- <span class='object_link'><a href="Naether/Java/Ruby.html#exec_static_method-instance_method" title="Naether::Java::Ruby#exec_static_method (method)">#exec_static_method</a></span>
261
+ <span class='object_link'><a href="Naether/s_20Runti.html#download_artifacts-instance_method" title="Naether::s Runti#download_artifacts (method)">#download_artifacts</a></span>
435
262
 
436
- <small>Naether::Java::Ruby</small>
263
+ <small>Naether::s Runti</small>
437
264
 
438
265
  </li>
439
266
 
440
267
 
441
268
  <li class="r2 ">
442
- <span class='object_link'><a href="Naether/Java/JRuby.html#exec_static_method-instance_method" title="Naether::Java::JRuby#exec_static_method (method)">#exec_static_method</a></span>
269
+ <span class='object_link'><a href="Naether/s_20Ja.html#initialize-instance_method" title="Naether::s Ja#initialize (method)">#initialize</a></span>
443
270
 
444
- <small>Naether::Java::JRuby</small>
271
+ <small>Naether::s Ja</small>
445
272
 
446
273
  </li>
447
274
 
448
275
 
449
276
  <li class="r1 ">
450
- <span class='object_link'><a href="Naether/Notation.html#group-instance_method" title="Naether::Notation#group (method)">#group</a></span>
277
+ <span class='object_link'><a href="Naether/s_20Runti.html#initialize-instance_method" title="Naether::s Runti#initialize (method)">#initialize</a></span>
451
278
 
452
- <small>Naether::Notation</small>
279
+ <small>Naether::s Runti</small>
453
280
 
454
281
  </li>
455
282
 
456
283
 
457
284
  <li class="r2 ">
458
- <span class='object_link'><a href="Naether.html#initialize-instance_method" title="Naether#initialize (method)">#initialize</a></span>
285
+ <span class='object_link'><a href="Naether/s_20Notati.html#initialize-instance_method" title="Naether::s Notati#initialize (method)">#initialize</a></span>
459
286
 
460
- <small>Naether</small>
287
+ <small>Naether::s Notati</small>
461
288
 
462
289
  </li>
463
290
 
464
291
 
465
292
  <li class="r1 ">
466
- <span class='object_link'><a href="Naether/Java.html#initialize-instance_method" title="Naether::Java#initialize (method)">#initialize</a></span>
293
+ <span class='object_link'><a href="Naether/s_20Ja/s_20Ru.html#initialize-instance_method" title="Naether::s Ja::s Ru#initialize (method)">#initialize</a></span>
467
294
 
468
- <small>Naether::Java</small>
295
+ <small>Naether::s Ja::s Ru</small>
469
296
 
470
297
  </li>
471
298
 
472
299
 
473
300
  <li class="r2 ">
474
- <span class='object_link'><a href="Naether/Maven.html#initialize-instance_method" title="Naether::Maven#initialize (method)">#initialize</a></span>
301
+ <span class='object_link'><a href="Naether/s_20Ja/s_20JRu.html#initialize-instance_method" title="Naether::s Ja::s JRu#initialize (method)">#initialize</a></span>
475
302
 
476
- <small>Naether::Maven</small>
303
+ <small>Naether::s Ja::s JRu</small>
477
304
 
478
305
  </li>
479
306
 
480
307
 
481
308
  <li class="r1 ">
482
- <span class='object_link'><a href="Naether/Notation.html#initialize-instance_method" title="Naether::Notation#initialize (method)">#initialize</a></span>
309
+ <span class='object_link'><a href="Naether/s_20Ja.html#internal_load_paths-class_method" title="Naether::s Ja.internal_load_paths (method)">internal_load_paths</a></span>
483
310
 
484
- <small>Naether::Notation</small>
311
+ <small>Naether::s Ja</small>
485
312
 
486
313
  </li>
487
314
 
488
315
 
489
316
  <li class="r2 ">
490
- <span class='object_link'><a href="Naether/Java/Ruby.html#initialize-instance_method" title="Naether::Java::Ruby#initialize (method)">#initialize</a></span>
317
+ <span class='object_link'><a href="Naether/s_20Ja/s_20Ru.html#internal_load_paths-instance_method" title="Naether::s Ja::s Ru#internal_load_paths (method)">#internal_load_paths</a></span>
491
318
 
492
- <small>Naether::Java::Ruby</small>
319
+ <small>Naether::s Ja::s Ru</small>
493
320
 
494
321
  </li>
495
322
 
496
323
 
497
324
  <li class="r1 ">
498
- <span class='object_link'><a href="Naether/Java/JRuby.html#initialize-instance_method" title="Naether::Java::JRuby#initialize (method)">#initialize</a></span>
325
+ <span class='object_link'><a href="Naether/s_20Ja/s_20JRu.html#internal_load_paths-instance_method" title="Naether::s Ja::s JRu#internal_load_paths (method)">#internal_load_paths</a></span>
499
326
 
500
- <small>Naether::Java::JRuby</small>
327
+ <small>Naether::s Ja::s JRu</small>
501
328
 
502
329
  </li>
503
330
 
504
331
 
505
332
  <li class="r2 ">
506
- <span class='object_link'><a href="Naether/Configurator.html#initialize-instance_method" title="Naether::Configurator#initialize (method)">#initialize</a></span>
333
+ <span class='object_link'><a href="Naether/s_20Ja.html#internal_loaded_paths-class_method" title="Naether::s Ja.internal_loaded_paths (method)">internal_loaded_paths</a></span>
507
334
 
508
- <small>Naether::Configurator</small>
335
+ <small>Naether::s Ja</small>
509
336
 
510
337
  </li>
511
338
 
512
339
 
513
340
  <li class="r1 ">
514
- <span class='object_link'><a href="Naether.html#install-instance_method" title="Naether#install (method)">#install</a></span>
341
+ <span class='object_link'><a href="Naether/s_20Notati.html#ion%2C+%3Aclas-instance_method" title="Naether::s Notati#ion, :clas (method)">#ion, :clas</a></span>
515
342
 
516
- <small>Naether</small>
343
+ <small>Naether::s Notati</small>
517
344
 
518
345
  </li>
519
346
 
520
347
 
521
348
  <li class="r2 ">
522
- <span class='object_link'><a href="Naether/Bootstrap.html#install_dependencies_to_local_repo-class_method" title="Naether::Bootstrap.install_dependencies_to_local_repo (method)">install_dependencies_to_local_repo</a></span>
349
+ <span class='object_link'><a href="Naether/s_20Runti.html#load_dependencies_to_classpath-instance_method" title="Naether::s Runti#load_dependencies_to_classpath (method)">#load_dependencies_to_classpath</a></span>
523
350
 
524
- <small>Naether::Bootstrap</small>
351
+ <small>Naether::s Runti</small>
525
352
 
526
353
  </li>
527
354
 
528
355
 
529
356
  <li class="r1 ">
530
- <span class='object_link'><a href="Naether/Java.html#internal_load_paths-class_method" title="Naether::Java.internal_load_paths (method)">internal_load_paths</a></span>
357
+ <span class='object_link'><a href="Naether/s_20Mav.html#load_naether-instance_method" title="Naether::s Mav#load_naether (method)">#load_naether</a></span>
531
358
 
532
- <small>Naether::Java</small>
359
+ <small>Naether::s Mav</small>
533
360
 
534
361
  </li>
535
362
 
536
363
 
537
364
  <li class="r2 ">
538
- <span class='object_link'><a href="Naether/Java/Ruby.html#internal_load_paths-instance_method" title="Naether::Java::Ruby#internal_load_paths (method)">#internal_load_paths</a></span>
365
+ <span class='object_link'><a href="Naether/s_20Ja.html#load_paths-class_method" title="Naether::s Ja.load_paths (method)">load_paths</a></span>
539
366
 
540
- <small>Naether::Java::Ruby</small>
367
+ <small>Naether::s Ja</small>
541
368
 
542
369
  </li>
543
370
 
544
371
 
545
372
  <li class="r1 ">
546
- <span class='object_link'><a href="Naether/Java/JRuby.html#internal_load_paths-instance_method" title="Naether::Java::JRuby#internal_load_paths (method)">#internal_load_paths</a></span>
373
+ <span class='object_link'><a href="Naether/s_20Ja/s_20Ru.html#load_paths-instance_method" title="Naether::s Ja::s Ru#load_paths (method)">#load_paths</a></span>
547
374
 
548
- <small>Naether::Java::JRuby</small>
375
+ <small>Naether::s Ja::s Ru</small>
549
376
 
550
377
  </li>
551
378
 
552
379
 
553
380
  <li class="r2 ">
554
- <span class='object_link'><a href="Naether/Java.html#internal_loaded_paths-class_method" title="Naether::Java.internal_loaded_paths (method)">internal_loaded_paths</a></span>
381
+ <span class='object_link'><a href="Naether/s_20Ja/s_20JRu.html#load_paths-instance_method" title="Naether::s Ja::s JRu#load_paths (method)">#load_paths</a></span>
555
382
 
556
- <small>Naether::Java</small>
383
+ <small>Naether::s Ja::s JRu</small>
557
384
 
558
385
  </li>
559
386
 
560
387
 
561
388
  <li class="r1 ">
562
- <span class='object_link'><a href="Naether/Java.html#java-instance_method" title="Naether::Java#java (method)">#java</a></span>
389
+ <span class='object_link'><a href="Naether/s_20Ja.html#loaded_paths-class_method" title="Naether::s Ja.loaded_paths (method)">loaded_paths</a></span>
563
390
 
564
- <small>Naether::Java</small>
391
+ <small>Naether::s Ja</small>
565
392
 
566
393
  </li>
567
394
 
568
395
 
569
396
  <li class="r2 ">
570
- <span class='object_link'><a href="Naether.html#load_dependencies_to_classpath-instance_method" title="Naether#load_dependencies_to_classpath (method)">#load_dependencies_to_classpath</a></span>
397
+ <span class='object_link'><a href="Naether/s_20Runti.html#local_repo_path-instance_method" title="Naether::s Runti#local_repo_path (method)">#local_repo_path</a></span>
571
398
 
572
- <small>Naether</small>
399
+ <small>Naether::s Runti</small>
573
400
 
574
401
  </li>
575
402
 
576
403
 
577
404
  <li class="r1 ">
578
- <span class='object_link'><a href="Naether/Maven.html#load_naether-instance_method" title="Naether::Maven#load_naether (method)">#load_naether</a></span>
405
+ <span class='object_link'><a href="Naether/s_20Runti.html#local_repo_path%3D-instance_method" title="Naether::s Runti#local_repo_path= (method)">#local_repo_path=</a></span>
579
406
 
580
- <small>Naether::Maven</small>
407
+ <small>Naether::s Runti</small>
581
408
 
582
409
  </li>
583
410
 
584
411
 
585
412
  <li class="r2 ">
586
- <span class='object_link'><a href="Naether/Java.html#load_paths-class_method" title="Naether::Java.load_paths (method)">load_paths</a></span>
413
+ <span class='object_link'><a href="Naether/s_20Configurat.html#method_missing-instance_method" title="Naether::s Configurat#method_missing (method)">#method_missing</a></span>
587
414
 
588
- <small>Naether::Java</small>
415
+ <small>Naether::s Configurat</small>
589
416
 
590
417
  </li>
591
418
 
592
419
 
593
420
  <li class="r1 ">
594
- <span class='object_link'><a href="Naether/Java/Ruby.html#load_paths-instance_method" title="Naether::Java::Ruby#load_paths (method)">#load_paths</a></span>
421
+ <span class='object_link'><a href="Naether/s_20Mav.html#notation%3D-instance_method" title="Naether::s Mav#notation= (method)">#notation=</a></span>
595
422
 
596
- <small>Naether::Java::Ruby</small>
423
+ <small>Naether::s Mav</small>
597
424
 
598
425
  </li>
599
426
 
600
427
 
601
428
  <li class="r2 ">
602
- <span class='object_link'><a href="Naether/Java/JRuby.html#load_paths-instance_method" title="Naether::Java::JRuby#load_paths (method)">#load_paths</a></span>
429
+ <span class='object_link'><a href="Naether/s_20Notati.html#oup%2C+%3Aar-instance_method" title="Naether::s Notati#oup, :ar (method)">#oup, :ar</a></span>
603
430
 
604
- <small>Naether::Java::JRuby</small>
431
+ <small>Naether::s Notati</small>
605
432
 
606
433
  </li>
607
434
 
608
435
 
609
436
  <li class="r1 ">
610
- <span class='object_link'><a href="Naether/Java.html#loaded_paths-class_method" title="Naether::Java.loaded_paths (method)">loaded_paths</a></span>
611
-
612
- <small>Naether::Java</small>
613
-
614
- </li>
615
-
616
-
617
- <li class="r2 ">
618
- <span class='object_link'><a href="Naether/Java/Ruby.html#loaded_paths-instance_method" title="Naether::Java::Ruby#loaded_paths (method)">#loaded_paths</a></span>
619
-
620
- <small>Naether::Java::Ruby</small>
621
-
622
- </li>
623
-
624
-
625
- <li class="r1 ">
626
- <span class='object_link'><a href="Naether/Java/JRuby.html#loaded_paths-instance_method" title="Naether::Java::JRuby#loaded_paths (method)">#loaded_paths</a></span>
627
-
628
- <small>Naether::Java::JRuby</small>
629
-
630
- </li>
631
-
632
-
633
- <li class="r2 ">
634
- <span class='object_link'><a href="Naether.html#local_repo_path-instance_method" title="Naether#local_repo_path (method)">#local_repo_path</a></span>
635
-
636
- <small>Naether</small>
637
-
638
- </li>
639
-
640
-
641
- <li class="r1 ">
642
- <span class='object_link'><a href="Naether.html#local_repo_path%3D-instance_method" title="Naether#local_repo_path= (method)">#local_repo_path=</a></span>
643
-
644
- <small>Naether</small>
645
-
646
- </li>
647
-
648
-
649
- <li class="r2 ">
650
- <span class='object_link'><a href="Naether/Configurator.html#method_missing-instance_method" title="Naether::Configurator#method_missing (method)">#method_missing</a></span>
651
-
652
- <small>Naether::Configurator</small>
653
-
654
- </li>
655
-
656
-
657
- <li class="r1 ">
658
- <span class='object_link'><a href="Naether/Maven.html#notation%3D-instance_method" title="Naether::Maven#notation= (method)">#notation=</a></span>
659
-
660
- <small>Naether::Maven</small>
661
-
662
- </li>
663
-
664
-
665
- <li class="r2 ">
666
437
  <span class='object_link'><a href="Naether.html#platform-class_method" title="Naether.platform (method)">platform</a></span>
667
438
 
668
439
  <small>Naether</small>
@@ -670,114 +441,90 @@
670
441
  </li>
671
442
 
672
443
 
673
- <li class="r1 ">
674
- <span class='object_link'><a href="Naether.html#remote_repositories-instance_method" title="Naether#remote_repositories (method)">#remote_repositories</a></span>
675
-
676
- <small>Naether</small>
677
-
678
- </li>
679
-
680
-
681
444
  <li class="r2 ">
682
- <span class='object_link'><a href="Naether.html#remote_repository_urls-instance_method" title="Naether#remote_repository_urls (method)">#remote_repository_urls</a></span>
445
+ <span class='object_link'><a href="Naether/s_20Ja/s_20Ru.html#reader+%3Aload-instance_method" title="Naether::s Ja::s Ru#reader :load (method)">#reader :load</a></span>
683
446
 
684
- <small>Naether</small>
447
+ <small>Naether::s Ja::s Ru</small>
685
448
 
686
449
  </li>
687
450
 
688
451
 
689
452
  <li class="r1 ">
690
- <span class='object_link'><a href="Naether/Maven.html#repositories%3D-instance_method" title="Naether::Maven#repositories= (method)">#repositories=</a></span>
453
+ <span class='object_link'><a href="Naether/s_20Ja/s_20JRu.html#reader+%3Aload-instance_method" title="Naether::s Ja::s JRu#reader :load (method)">#reader :load</a></span>
691
454
 
692
- <small>Naether::Maven</small>
455
+ <small>Naether::s Ja::s JRu</small>
693
456
 
694
457
  </li>
695
458
 
696
459
 
697
460
  <li class="r2 ">
698
- <span class='object_link'><a href="Naether.html#resolve_dependencies-instance_method" title="Naether#resolve_dependencies (method)">#resolve_dependencies</a></span>
461
+ <span class='object_link'><a href="Naether/s_20Runti.html#remote_repositories-instance_method" title="Naether::s Runti#remote_repositories (method)">#remote_repositories</a></span>
699
462
 
700
- <small>Naether</small>
463
+ <small>Naether::s Runti</small>
701
464
 
702
465
  </li>
703
466
 
704
467
 
705
468
  <li class="r1 ">
706
- <span class='object_link'><a href="Naether.html#resolver-instance_method" title="Naether#resolver (method)">#resolver</a></span>
707
-
708
- <small>Naether</small>
469
+ <span class='object_link'><a href="Naether/s_20Runti.html#remote_repository_urls-instance_method" title="Naether::s Runti#remote_repository_urls (method)">#remote_repository_urls</a></span>
709
470
 
710
- </li>
711
-
712
-
713
- <li class="r2 ">
714
- <span class='object_link'><a href="Naether.html#set_log_level-instance_method" title="Naether#set_log_level (method)">#set_log_level</a></span>
715
-
716
- <small>Naether</small>
717
-
718
- </li>
719
-
720
-
721
- <li class="r1 ">
722
- <span class='object_link'><a href="Naether.html#to_local_paths-instance_method" title="Naether#to_local_paths (method)">#to_local_paths</a></span>
723
-
724
- <small>Naether</small>
471
+ <small>Naether::s Runti</small>
725
472
 
726
473
  </li>
727
474
 
728
475
 
729
476
  <li class="r2 ">
730
- <span class='object_link'><a href="Naether/Notation.html#to_notation-instance_method" title="Naether::Notation#to_notation (method)">#to_notation</a></span>
477
+ <span class='object_link'><a href="Naether/s_20Mav.html#repositories%3D-instance_method" title="Naether::s Mav#repositories= (method)">#repositories=</a></span>
731
478
 
732
- <small>Naether::Notation</small>
479
+ <small>Naether::s Mav</small>
733
480
 
734
481
  </li>
735
482
 
736
483
 
737
484
  <li class="r1 ">
738
- <span class='object_link'><a href="Naether/Notation.html#type-instance_method" title="Naether::Notation#type (method)">#type</a></span>
485
+ <span class='object_link'><a href="Naether/s_20Runti.html#set_log_level-instance_method" title="Naether::s Runti#set_log_level (method)">#set_log_level</a></span>
739
486
 
740
- <small>Naether::Notation</small>
487
+ <small>Naether::s Runti</small>
741
488
 
742
489
  </li>
743
490
 
744
491
 
745
492
  <li class="r2 ">
746
- <span class='object_link'><a href="Naether/Configurator.html#update%21-instance_method" title="Naether::Configurator#update! (method)">#update!</a></span>
493
+ <span class='object_link'><a href="Naether/s_20Runti.html#to_local_paths-instance_method" title="Naether::s Runti#to_local_paths (method)">#to_local_paths</a></span>
747
494
 
748
- <small>Naether::Configurator</small>
495
+ <small>Naether::s Runti</small>
749
496
 
750
497
  </li>
751
498
 
752
499
 
753
500
  <li class="r1 ">
754
- <span class='object_link'><a href="Naether/Maven.html#version-instance_method" title="Naether::Maven#version (method)">#version</a></span>
501
+ <span class='object_link'><a href="Naether/s_20Notati.html#to_notation-instance_method" title="Naether::s Notati#to_notation (method)">#to_notation</a></span>
755
502
 
756
- <small>Naether::Maven</small>
503
+ <small>Naether::s Notati</small>
757
504
 
758
505
  </li>
759
506
 
760
507
 
761
508
  <li class="r2 ">
762
- <span class='object_link'><a href="Naether/Notation.html#version-instance_method" title="Naether::Notation#version (method)">#version</a></span>
509
+ <span class='object_link'><a href="Naether/s_20Configurat.html#update%21-instance_method" title="Naether::s Configurat#update! (method)">#update!</a></span>
763
510
 
764
- <small>Naether::Notation</small>
511
+ <small>Naether::s Configurat</small>
765
512
 
766
513
  </li>
767
514
 
768
515
 
769
516
  <li class="r1 ">
770
- <span class='object_link'><a href="Naether/Bootstrap.html#write_dependencies-class_method" title="Naether::Bootstrap.write_dependencies (method)">write_dependencies</a></span>
517
+ <span class='object_link'><a href="Naether/s_20Mav.html#version-instance_method" title="Naether::s Mav#version (method)">#version</a></span>
771
518
 
772
- <small>Naether::Bootstrap</small>
519
+ <small>Naether::s Mav</small>
773
520
 
774
521
  </li>
775
522
 
776
523
 
777
524
  <li class="r2 ">
778
- <span class='object_link'><a href="Naether/Maven.html#write_pom-instance_method" title="Naether::Maven#write_pom (method)">#write_pom</a></span>
525
+ <span class='object_link'><a href="Naether/s_20Mav.html#write_pom-instance_method" title="Naether::s Mav#write_pom (method)">#write_pom</a></span>
779
526
 
780
- <small>Naether::Maven</small>
527
+ <small>Naether::s Mav</small>
781
528
 
782
529
  </li>
783
530