Interface DashboardMapper
public interface DashboardMapper
Maps the specified configuration to a dashboard specification.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classRepresents the mapper parameters. -
Method Summary
Modifier and TypeMethodDescriptionMaps the specified configuration to a dashboard specification.voidmapConfigurationToDashboardAsProcess(DashboardMapper.MapperParams params, List<File> plugins) Maps the specified configuration to a dashboard specification as process.
-
Method Details
-
mapConfigurationToDashboard
Maps the specified configuration to a dashboard specification.- Parameters:
params- the mapper parameters- Throws:
ExecutionException- if mapping fails
-
mapConfigurationToDashboardAsProcess
void mapConfigurationToDashboardAsProcess(DashboardMapper.MapperParams params, List<File> plugins) throws ExecutionException Maps the specified configuration to a dashboard specification as process.- Parameters:
params- the mapper parametersplugins- the folders of the plugins to load- Throws:
ExecutionException
-