Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.2 KB

File metadata and controls

51 lines (33 loc) · 2.2 KB

pth_15 - DPL translator interface library for Teragrep

This library contains the necessary interfaces to run the pth_10 DPL translator component in the DPL interpreter without being a direct dependency.

Features

  • DPLExecutor interface, which should be implemented in the pth_10 component.

  • DPLExecutorFactory, that can be used to load the implementation class without a direct Maven dependency.

  • DPLExecutorResult interface, which contains the result of the DPLExecutor. Should be implemented in the pth_10 component.

Documentation

See the official documentation on docs.teragrep.com.

How to compile

$ mvn clean package

Contributing

You can involve yourself with our project by opening an issue or submitting a pull request.

Contribution requirements:

  1. All changes must be accompanied by a new or changed test. If you think testing is not required in your pull request, include a sufficient explanation as why you think so.

  2. Security checks must pass

  3. Pull requests must align with the principles and values of extreme programming.

  4. Pull requests must follow the principles of Object Thinking and Elegant Objects (EO).

Read more in our Contributing Guideline.

Contributor License Agreement

Contributors must sign Teragrep Contributor License Agreement before a pull request is accepted to organization’s repositories.

You need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep’s repositories.