Package allensoft.util

Class Summary
AWTUtilities A collection of miscelaneous useful methods for working with AWT components.
DirectoriesFileFilter A file filter which will only accept files which are also accepted by another filter.
FileUtilities  
MiscUtilities  
OptionsParser A useful class for parsing options specified in a string.
OptionsParser.ListOfOptions Defines a list of options.
OptionsParser.Option Defines an option parsed from a command line.
OptionsParser.OptionDefinition Describes an option and how it can be specified on a command line.
OptionsParser.OptionGroup Defines agroup for mutually exclusive options.
StringUtilities A miscelaneous collection of useful string utility functions.
Tokenizer A simple tokenizer that treats space, tab, new line, line feed as white space and '"' chars can quote strings.
 

Exception Summary
BadOptionException Exception thrown when an option is bad.
NestingException  
UnrecognizedOptionException