xpipe/extension
2022-08-16 17:49:46 +02:00
..
src/main Add some more store commands, add dialog helpers, and small fixes 2022-08-16 17:49:46 +02:00
build.gradle Release fixes 2022-08-13 08:36:41 +02:00
publish.gradle Cleanup, some documentation, and refactoring 2022-03-08 23:30:13 +01:00
README.md Release fixes 2022-08-13 09:29:26 +02:00

Maven Central javadoc

X-Pipe Extension API

The X-Pipe extension API allows you to create extensions of any kind for X-Pipe. This includes:

  • Custom data stores, including configuration GUI and CLI
  • Custom data sources, including configuration GUI and CLI
  • Custom preferences entries

Custom data sources

A custom data source type can be implemented by creating a custom DataSourceProvider. This provider contains all the information required for proper handling of your custom data sources, whether you access it from the CLI, any API, or the X-Pipe commander gui.