| Package | Description |
|---|---|
| ch.tatool.app | |
| ch.tatool.app.data | |
| ch.tatool.app.export | |
| ch.tatool.app.service.impl | |
| ch.tatool.core.module.initializer | |
| ch.tatool.data | |
| ch.tatool.module |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,DataExporter> |
TestApp.createModuleExporters()
Create module exporters.
|
| Modifier and Type | Method and Description |
|---|---|
DataExporter |
ModuleImpl.getModuleExporter(String exporterKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataExporter> |
ModuleImpl.getModuleExporters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImpl.setModuleExporters(Map<String,DataExporter> moduleExporters) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataExporterImpl |
class |
FileDataExporter
Exports module data into a directory chosen by the uesr.
|
class |
ServerDataExporter
Uploads module data to Tatool Online.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleServiceImpl.createModule(UserAccount account,
Map<String,String> moduleProperties,
Map<String,byte[]> binaryModuleProperties,
Map<String,DataExporter> moduleExporters)
Creates a new module data object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,DataExporter> |
SpringExecutorInitializer.getModuleExporters(String configurationXML) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpringExecutorInitializer.loadModuleConfiguration(File configurationXmlFile,
Map<String,String> moduleProperties,
Map<String,byte[]> binaryModuleProperties,
Map<String,DataExporter> moduleExporters)
Loads the data contained in the configuration file into the module and binary module properties.
|
boolean |
SpringExecutorInitializer.loadModuleConfiguration(String configurationXML,
Map<String,String> moduleProperties,
Map<String,byte[]> binaryModuleProperties,
Map<String,DataExporter> moduleExporters) |
| Modifier and Type | Method and Description |
|---|---|
DataExporter |
Module.getModuleExporter(String exporterKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataExporter> |
Module.getModuleExporters() |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleService.createModule(UserAccount account,
Map<String,String> properties,
Map<String,byte[]> binaryTrainingProperties,
Map<String,DataExporter> moduleExporters)
Create a new module given a description file.
|
Copyright © 2013. All Rights Reserved.