Class Summary |
CommandLine |
CommandLine is a representation of the command line arguments passed to
a Java class' main(String[]) method. |
FileUtils |
FileUtils is a collection of routines for common file system operations. |
LoggingUtils |
LoggingUtils is a collection of methods creating and using log files
via the JDK logging API. |
MultiMap |
MultiMap is a Java version of the C++ STL class std::multimap. |
ReflectUtils |
ReflectUtils is a collection of utilities that allows you to leverage Java
reflection without all of the checked exceptions (they are converted to
runtime exceptions or return values). |
StringUtils |
StringUtils provides java.lang.String-related methods that are part of
the J2SE API but not its J2ME equivalent. |
Timer |
Timer is a wrapper class for the JDK java.util.Timer that makes
it easy to reschedule timers using the same java.util.TimerTask. |