Class PluginResultFormatCsv
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
- All Implemented Interfaces:
Plugin,PluginResultFormat,PluginRootDocument,ConfigDefaults
public class PluginResultFormatCsv
extends Object
implements PluginResultFormat, PluginRootDocument, ConfigDefaults
- Author:
- scf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "name" of the CSV resultFormatter.static final StringFields inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginResultFormat
FORMAT_NAME_DEFAULT, FORMAT_NAME_EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResultFormatter(String format) voidinit(CoreSettings settings) booleanvoidmodifyServiceDocument(ServiceRequest request, Map<String, Object> result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.settings.ConfigDefaults
configDefaults, configDefaultsInt, configTags, defaultValue, defaultValueBoolean, defaultValueIntMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginResultFormat
parsedPathAndQuery
-
Field Details
-
TAG_ENABLE_CSV
- See Also:
-
CSV_FORMAT_NAME
The "name" of the CSV resultFormatter.- See Also:
-
-
Constructor Details
-
PluginResultFormatCsv
public PluginResultFormatCsv()
-
-
Method Details
-
init
-
isEnabled
public boolean isEnabled() -
getVersions
- Specified by:
getVersionsin interfacePluginResultFormat
-
getFormatNames
- Specified by:
getFormatNamesin interfacePluginResultFormat
-
getResultFormatter
- Specified by:
getResultFormatterin interfacePluginResultFormat
-
modifyServiceDocument
- Specified by:
modifyServiceDocumentin interfacePluginRootDocument
-