Package consciouscode.util

Class Summary
Application Basic startup functionality for an application.
BindingPropertyChangeListener A PropertyChangeListener that transfers a property's new value to a specified property of another JavaBean.
CallTraceProxy A dynamic proxy that logs all method invocations for debugging purposes.
ClassPathIterator Navigates the .class files in a classpath.
CollectionUtils Class documentation.
CompositeIterator<T> An Iterator that composes the contents of other iterators or collections.
Dates Utility class containing date manipulation routines.
Debug A collection of debugging utilities.
Files Utility methods for working with Files.
MinuteTimeFormat A Format that renders time-of-day from a value representing minutes since midnight.
ProcessRunner  
ReflectionUtils Utility methods for simplifying reflective operations.
RmiUtils Various helper utilities for Java RMI.
SsnFormat A Format object that renders a Social Security Number.
Strings Utility methods for String manipulation.
SupportSnapshot Class documentation.
SystemPropertiesBean A simple wrapper around System.getProperties to allow access from a real instance instead of a static method.
Thunk A Runnable object that uses reflection to invoke a no-argument method on a particular object.
ThunkPropertyChangeListener A PropertyChangeListener that invokes a Thunk.
VmForker  
WeakThunk<T> A Runnable object that uses reflection to invoke a no-argument method on a particular target object, while allowing the target to be garbage-collected.
ZipCreator Class documentation.
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.