All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.leialearns.executable.package.html Maven / Gradle / Ivy

The newest version!



    Package 'executable'



Provides classes that wrap the LEIA library in an executable that can be run from the command line.

The {@link org.leialearns.executable.App#main main} method calls the {@link org.leialearns.command.Command#command command} method on the bean named in the first argument to the executable. This bean must implement the {@link org.leialearns.command.Command} interface.

The executable configures java.util.logging as a backend for the SLF4J loggers used in the library.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy