Package org.avis.util

Interface Summary
Filter<T> A filter that selects values of the generic type T.
 

Class Summary
Collections General collection utilities.
CommandLine General command line utilities.
CommandLineOptions A set of command line options.
ConcurrentHashSet<K> Concurrent hash set built on ConcurrentHashMap.
IndentingWriter A PrintWriter that provides auto indented output.
ListenerList<E> A generic event listener list.
Numbers General utility functions for messing with numbers.
Pair<T1,T2> A pair items.
Streams General utilities for messing with I/O streams.
Text General text formatting utilities.
Util General Avis utility functions.
Wildcard Generates regex patterns that match Unix-style wildcards * and ?.
WildcardFilter A filter that matches strings against wildcard patterns.
 

Exception Summary
IllegalCommandLineOption  
IllegalConfigOptionException Thrown when an illegal option name or value is used in a configuration.
InvalidFormatException Thrown when a parsing process detects some sort of invalid format in its input.
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.