streampipes icon indicating copy to clipboard operation
streampipes copied to clipboard

Create resource files for adapters

Open dominikriemer opened this issue 2 years ago • 0 comments

Remove old way of providing labels "Labels.from(internalId, labels, description)" to "Labels.withId(id)"

An example of the new version is shown in the ROS adapter [1].

  • To migrate to the new variant, first create a folder with the full package name in the resource directory. 
  • Then create a "strings.en" file ** The first two lines contain the adapter title and description ** Then provide the texts for all labels
  • Further add an icon (if not already provided) and create a documentation.md file with a detailed explanation of the functionality of the adapter

 

 

[1] https://github.com/apache/incubator-streampipes-extensions/blob/dev/streampipes-connect-adapters/streampipes-connect-adapter/src/main/java/org/apache/streampipes/connect/adapters/ros/RosBridgeAdapter.java

Imported from Jira STREAMPIPES-55. Original Jira may contain additional context. Reported by: zehnder.

dominikriemer avatar Nov 26 '22 12:11 dominikriemer