Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2885993004: Pass the sdk path to plugins (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/analyzer_plugin/test/plugin/plugin_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server Plugin API Specification</title> 5 <title>Analysis Server Plugin API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server Plugin API Specification</h1> 8 <h1>Analysis Server Plugin API Specification</h1>
9 <h1 style="color:#999999">Version 9 <h1 style="color:#999999">Version
10 <version>1.0.0-alpha.0</version> 10 <version>1.0.0-alpha.0</version>
(...skipping 27 matching lines...) Expand all
38 works with the version of the analysis server that is executing it. 38 works with the version of the analysis server that is executing it.
39 </p> 39 </p>
40 <params> 40 <params>
41 <field name="byteStorePath"> 41 <field name="byteStorePath">
42 <ref>String</ref> 42 <ref>String</ref>
43 <p> 43 <p>
44 The path to the directory containing the on-disk byte store that is to 44 The path to the directory containing the on-disk byte store that is to
45 be used by any analysis drivers that are created. 45 be used by any analysis drivers that are created.
46 </p> 46 </p>
47 </field> 47 </field>
48 <field name="sdkPath">
49 <ref>String</ref>
50 <p>
51 The path to the directory containing the SDK that is to be used by any
52 analysis drivers that are created.
53 </p>
54 </field>
48 <field name="version"> 55 <field name="version">
49 <ref>String</ref> 56 <ref>String</ref>
50 <p> 57 <p>
51 The version number of the plugin spec supported by the analysis server 58 The version number of the plugin spec supported by the analysis server
52 that is executing the plugin. 59 that is executing the plugin.
53 </p> 60 </p>
54 </field> 61 </field>
55 </params> 62 </params>
56 <result> 63 <result>
57 <field name="isCompatible"> 64 <field name="isCompatible">
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 The name that the element should have after the refactoring. 1572 The name that the element should have after the refactoring.
1566 </p> 1573 </p>
1567 </field> 1574 </field>
1568 </options> 1575 </options>
1569 </refactoring> 1576 </refactoring>
1570 </refactorings> 1577 </refactorings>
1571 <h2 class="domain"><a name="index">Index</a></h2> 1578 <h2 class="domain"><a name="index">Index</a></h2>
1572 <index></index> 1579 <index></index>
1573 </body> 1580 </body>
1574 </html> 1581 </html>
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/test/plugin/plugin_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698