Package org.oddjob.arooa.utils

Miscellaneous utility classes.

See:
          Description

Interface Summary
ArooaTokenizer Something that can tokenize a string.
ArooaTokenizerFactory Something capable of providing a tokenizer.
CalendarAdaptor Allows a class to wrap a Calendar when setting date.
 

Class Summary
ClassUtils Various utility methods relating to class.
DateHelper Date Helper Utilities
DurationFormatter  
EscapeTokenizerFactory An ArooaTokenizerFactory that provides a tokenizer where the token is a regular expression which can be escaped with an escape character.
FlexibleTokenizerFactory Provide an ArooaTokenizer dependent on the properties set.
ListenerSupportBase<T> A Helper Class for tracking Listeners.
ListSetterHelper<E> Helps with Setting a list.
QuoteTokenizerFactory Provides a tokenizer where the token is a regular expression but where a quote character and escape character can be used.
RootConfigurationFileCreator  
SimpleTokenizerFactory Provide an ArooaTokenizer for just a delimiter as a regular expression.
SpringSafeCalendar Provide a wrapper for a Calendar that moves all times in the Spring transition to Daylight Saving Time missing hour to the end of the boundary.
TimeParser A Parser for time.
 

Package org.oddjob.arooa.utils Description

Miscellaneous utility classes.