Packages 
Package Description
com.kodexa.client
Provides the classes necessary to create, and interact with, the Kodexa Content Model, note that this interaction in Java has been simplified compared with the Python implementation
com.kodexa.client.connectors
Provides the classes necessary to create connectors which are used as the starting points for a Pipeline
com.kodexa.client.pipeline
Provides the classes necessary to create a local pipeline for running PipelineSteps and working with Documents
com.kodexa.client.registry
Provides the classes for managing the registration of stores and source types
com.kodexa.client.remote
Provides the classes for create pipeline steps which are hosted in the Kodexa Cloud, and also the ability to create a KodexaCloudPipeline that will process documents completely in the cloud.
com.kodexa.client.sink
Provides the classes necessary to create basic sinks for use with a Pipeline
com.kodexa.client.steps
Provides the classes necessary to create processing steps that can be used on a Pipeline
com.kodexa.client.store
Provides the classes necessary to create, and interact document and data stores.