xpipe-mirror/core
2025-02-26 09:58:18 +00:00
..
src Various fixes [stage] 2025-02-26 09:58:18 +00:00
build.gradle Squash merge branch 14-release into master 2025-01-16 07:29:55 +00:00
publish.gradle Fix old license URLs 2024-03-09 02:16:55 +00:00
README.md Cleanup 2024-03-07 22:41:29 +00:00

Maven Central javadoc

XPipe Core

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

  • dialog: In API to create server/daemon side CLI dialogs.

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

  • process: Base classes for the shell process handling 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.