Project Group: com.github.brunoais

com.github.brunoais.WrappedException

com.github.brunoais : wrapped-exception

This is an exception for when you need to wrap more information around the exception you actually want to throw. This is mostly useful when programming with Java's functional interface in a "then" chain where the methods' code are outside the method where the "then" are called/chained

Last Version: 0.3.0

Release Date:

com.github.brunoais.CliArgsParser

com.github.brunoais : cli-args-parser

This project is a feature-lean implementation of a CLI arguments parser. Just start by creating an instance of ParseArgs and follow the available methods. E.g. ParseArgs when = new ParseArgs(); when.argument("-do").spaceValue().call(this::doArgument); when.argument(null).call(this::defaultArgument); when.parse(args);

Last Version: 0.3.0

Release Date:

  • 1