Flasby Util
A collection of small tools I use when writing apps.
Build Timestamp 2025/04/06 10:04 UTC
Built against Java 21
org.flasby.FlasbyUtil.1.0.16-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.