xpipe/core
Christopher Schnick 20a334912a Many small fixes
2023-01-20 00:36:42 +01:00
..
src Many small fixes 2023-01-20 00:36:42 +01:00
build.gradle Restructure gradle scripts 2022-12-18 18:04:51 +01:00
publish.gradle Rework and refactoring 2022-09-02 01:41:51 +02:00
README.md Update readmes 2022-11-24 08:43:30 +01:00

Maven Central javadoc

X-Pipe Core

The X-Pipe core module contains all the shared core classes used by the API, beacon, and daemon implementation. It contains the following packages:

  • charsetter: Classes for handling all things charset related such as detection and handling of data streams with BOMs.

  • data: Contains all definitions of the internal X-Pipe data model and all the IO functionality to read and write these data structures. For more information, see X-Pipe data model

  • dialog: In API to create server/daemon side CLI dialogs. These are used by extensions for data source and data store configuration from the command line.

  • source: The basic data source classes that are used by every data source implementation.

  • store: The basic data store classes that are used by every data store implementation.

  • util: A few utility classes for serialization and more.

Every class is expected to be potentially used in the context of files and message exchanges. As a result, essentially all objects must be serializable/deserializable with jackson.