Flasby Utils

A collection of small tools I use when writing apps.

Build Timestamp 2023/01/22 10:14 UTC

Built against Java 11

org.flasby.FlasbyUtil.1.0.15-SNAPSHOT

CLI - Command Line Parsing

Parses command lines in a way similar to the Commons CLI project. I found that too complicated for my needs so I wrote something simpler.

Net - Simple Network Tools

Simple servers and an implementation of a Heartbeat protocol.

Util - Utilities

A random collection of utilities including ObservableList.

  • Message
    A way of handling I18N text
  • Observable, Observer and ObservableList
    Interface based version of Observer and Observable plus some default implementations.
    Allows any class to become an Observer of someone else.
    See AbstractObservable for an implementation.