| Index: pkg/analysis_server/doc/api.html
|
| ===================================================================
|
| --- pkg/analysis_server/doc/api.html (revision 43154)
|
| +++ pkg/analysis_server/doc/api.html (working copy)
|
| @@ -475,20 +475,28 @@
|
| "error": <span style="color:#999999">optional</span> <a href="#type_RequestError">RequestError</a>
|
| "result": {
|
| "<b>libraries</b>": List<<a href="#type_FilePath">FilePath</a>>
|
| + "<b>packageMap</b>": Map<String, Map<String, List<<a href="#type_FilePath">FilePath</a>>>>
|
| }
|
| }</pre></div>
|
| - <p>
|
| - Return a list of all of the libraries referenced by any files in
|
| - existing analysis roots.
|
| - </p>
|
| + <p>
|
| + Return library dependency information for use in client-side indexing
|
| + and package URI resolution.
|
| + </p>
|
| +
|
| + <h4>Returns</h4><dl><dt class="field"><b><i>libraries ( List<<a href="#type_FilePath">FilePath</a>> )</i></b></dt><dd>
|
|
|
| - <h4>Returns</h4><dl><dt class="field"><b><i>libraries ( List<<a href="#type_FilePath">FilePath</a>> )</i></b></dt><dd>
|
| -
|
| - <p>
|
| - A list of the paths of library elements referenced by
|
| - files in existing analysis roots.
|
| - </p>
|
| - </dd></dl></dd><dt class="request">analysis.getNavigation</dt><dd><div class="box"><pre>request: {
|
| + <p>
|
| + A list of the paths of library elements referenced by
|
| + files in existing analysis roots.
|
| + </p>
|
| + </dd><dt class="field"><b><i>packageMap ( Map<String, Map<String, List<<a href="#type_FilePath">FilePath</a>>>> )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + A mapping from context source roots to package maps which map
|
| + package names to source directories for use in client-side
|
| + package URI resolution.
|
| + </p>
|
| + </dd></dl></dd><dt class="request">analysis.getNavigation</dt><dd><div class="box"><pre>request: {
|
| "id": String
|
| "method": "analysis.getNavigation"
|
| "params": {
|
|
|