com.Ostermiller.util Java Utilities


Uses of Package
com.Ostermiller.util

Classes in com.Ostermiller.util used by com.Ostermiller.util
BadDelimeterException
          An Illegal delimiter was specified.
BadDelimiterException
          An Illegal delimiter was specified.
BadLineEndingException
          An illegal line ending was specified.
BadQuoteException
          An illegal quote was specified.
BufferOverflowException
          An indication that there was a buffer overflow.
CmdLn
          Command line argument parser for Java command line programs.
CmdLnArgumentException
          Exception thrown for a problem with a specific command line option.
CmdLnException
          Exception thrown when a command line cannot be parsed.
CmdLnListener
          Call back for when a command line option is found.
CmdLnOption
          A command line option used by the CommandLineOptions parser.
CmdLnResult
          Result when a command line option is found.
CSVParse
          Read files in comma separated value format.
CSVPrint
          Print values as a comma separated list.
DateTimeParse
          Parses a variety of formatted date strings with minimal configuration.
DateTimeParse.Field
           
ExecHelper
          Convenience methods for executing non-Java processes.
NameValuePair
          Represents a name value pair as would be used as a CGI parameter.
NoCloseStream
          A wrapper for a stream (either input or output) which has a close method with no effect.
PasswordVerifier
          Interface to verify passwords.
SignificantFigures
          A number with an associated number of significant figures.
UberProperties
          The Properties class represents a persistent set of properties.
YearExtensionAround
          Extend years like '99 to 1999 based on dates around the current date.
YearExtensionNone
          Null object for year extension policy.
YearExtensionPolicy
          Interface for extending two digit years to full years.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller