OLD | NEW |
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 Loading... |
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 Loading... |
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> |
OLD | NEW |