Class PluginResultFormatOData
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.plugin.odata.PluginResultFormatOData
-
- All Implemented Interfaces:
Plugin,PluginResultFormat
public class PluginResultFormatOData extends Object implements PluginResultFormat
- Author:
- scf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPluginResultFormatOData.ResultFormatterOData
-
Field Summary
Fields Modifier and Type Field Description static StringFORMAT_NAME_ODATAThe "name" of the OData resultFormatter.-
Fields inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginResultFormat
FORMAT_NAME_DEFAULT, FORMAT_NAME_EMPTY
-
-
Constructor Summary
Constructors Constructor Description PluginResultFormatOData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getFormatNames()ResultFormattergetResultFormatter(String format)Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version>getVersions()voidinit(CoreSettings settings)booleanisEnabled()
-
-
-
Field Detail
-
FORMAT_NAME_ODATA
public static final String FORMAT_NAME_ODATA
The "name" of the OData resultFormatter.- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(CoreSettings settings)
-
getVersions
public Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version> getVersions()
- Specified by:
getVersionsin interfacePluginResultFormat
-
getFormatNames
public Collection<String> getFormatNames()
- Specified by:
getFormatNamesin interfacePluginResultFormat
-
getResultFormatter
public ResultFormatter getResultFormatter(String format)
- Specified by:
getResultFormatterin interfacePluginResultFormat
-
-