xpipe/extension
2022-11-16 23:40:59 +01:00
..
src/main Rework shell stores, other various small changes 2022-11-16 23:40:59 +01:00
build.gradle Submodule fixes 2022-10-15 16:43:10 +02:00
publish.gradle Refactor 2022-10-15 16:06:02 +02:00
README.md Refactor 2022-10-15 16:06:02 +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.