Build Library¶
JeKa comes with a set of classes designed to help you programmatically accomplish build tasks.
These classes are used to implement JeKa's engine and its bundled KBeans.
You may find these classes useful for your own needs, as they cover the following concerns:
- File manipulation.
- Java specific actions (compilation, classloading, jar creation, ...). Visit Javadoc.
- Java specific actions (compilation, module). Visit source code.
- Cryptography signing. Visit source code.
- Dependency management.
- Project Building
- Testing (run tests on junit-jupiter engine). Visit Javadoc.
- Running external commands. Visit Visit Javadoc.