Index

A C D M N S T 
All Classes and Interfaces|All Packages

A

add(int, int) - Static method in class net.kessra.test.Calculator
Adds two provided numbers.

C

Calculator - Class in net.kessra.test

D

divide(int, int) - Static method in class net.kessra.test.Calculator
Divides the first number by the second number.

M

main(String...) - Static method in class net.kessra.test.Main
Starting point for our awesome application, which just prints a simple text to the standard output.
Main - Class in net.kessra.test
Simple demo application.
multiply(int, int) - Static method in class net.kessra.test.Calculator
Multiplies the first number with the second one.

N

net.kessra.test - package net.kessra.test
Base package of this awesome test project.

S

subtract(int, int) - Static method in class net.kessra.test.Calculator
Subtracts the second number from the first one.

T

test.release.pipeline - module test.release.pipeline
Simple module declaration which only requires Java Base and SLF4J.
A C D M N S T 
All Classes and Interfaces|All Packages