| Class | Description |
|---|---|
| ExportPlugin |
Export web harvest plugin
|
| ExportPlugin.AnswerItemData |
Class for keeping keys and values
|
| ExportPluginResult | |
| MultiColumnPlugin |
Child plugin of export plugin to save multiple values to one column
|
| MultiColumnPluginTest | |
| PutToColumnAbstractPlugin |
Abstract class that define child element of multi-plugin element that put any representation of each object in list to the stated column
|
| PutToColumnGetterPlugin |
Plugin that put value obtained by getter method of the object to aws hit question
|
| PutToColumnMethodPlugin |
Plugin that put value obtained by method of the object to aws hit question
|
| PutToColumnPlugin |
Plugin that put string representation of each object to aws hit question
|
| PutToPluginMethodChainPlugin |
Plugin that put value obtained by method chain(or just one method) of the object to aws hit question
|
| ReleasePlugin | |
| ReleasePluginTest | |
| SingleColumnPlugin |
Child plugin to export plugin to add single-line result to aws hit question
|
| SingleColumnPluginTest |