Streamline API
Provides an API for managing file conversions. For an example implementation see dotify.task.impl.
Using
To implement the API, download a release from maven central.
To use the API, you need to have access to at least one implementation as well. Here's a list of known implementations:
- dotify.task.impl
Building
Build with gradlew build
(Windows) or ./gradlew build
(Mac/Linux)
Testing
Tests are run with gradlew test
(Windows) or ./gradlew test
(Mac/Linux)
Requirements & Compatibility
- Requires Java 8
- Implementations can be provided with SPI and/or OSGi
Javadoc
Javadoc for the latest Streamline API development is available here.
More information
See the common wiki for more information.