Package org.leialearns.executable

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

See: Description

Package org.leialearns.executable Description

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

The main method calls the command method on the bean named in the first argument to the executable. This bean must implement the Command interface.

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

Copyright © 2013. All Rights Reserved.