| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| ===================================================================
|
| --- pkg/analysis_server/tool/spec/spec_input.html (revision 43141)
|
| +++ pkg/analysis_server/tool/spec/spec_input.html (working copy)
|
| @@ -369,19 +369,29 @@
|
| </result>
|
| </request>
|
| <request method="getLibraryDependencies">
|
| - <p>
|
| - Return a list of all of the libraries referenced by any files in
|
| - existing analysis roots.
|
| - </p>
|
| - <result>
|
| - <field name="libraries">
|
| - <list><ref>FilePath</ref></list>
|
| - <p>
|
| - A list of the paths of library elements referenced by
|
| - files in existing analysis roots.
|
| - </p>
|
| - </field>
|
| - </result>
|
| + <p>
|
| + Return library dependency information for use in client-side indexing
|
| + and package URI resolution.
|
| + </p>
|
| + <result>
|
| + <field name="libraries">
|
| + <list><ref>FilePath</ref></list>
|
| + <p>
|
| + A list of the paths of library elements referenced by
|
| + files in existing analysis roots.
|
| + </p>
|
| + </field>
|
| + <field name="packageMap">
|
| + <map>
|
| + <key><ref>String</ref></key>
|
| + <value><ref>FilePath</ref></value>
|
| + </map>
|
| + <p>
|
| + A mapping from package names to source directories for use
|
| + in client-side package URI resolution.
|
| + </p>
|
| + </field>
|
| + </result>
|
| </request>
|
| <request method="getNavigation">
|
| <p>
|
|
|